Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulled Pork #28

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions Test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Huhu
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ private void setupDefaultOperations() {
// Das ist der erste Kommentar in masterGithub
// Das ist der zweite Kommentar in master
// auch noch ein Kommentar von Ruth
// .....
new Equals();
new Minus();
new Plus();
new Square();
// More to come ...
// and even more....
}

private void calculate(String cmdName) {
Expand Down