We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373bca8 commit 2913653Copy full SHA for 2913653
myaddition/Calculator.java
@@ -0,0 +1,4 @@
1
+public class Calculator {
2
+ // Master branch version
3
+ public int add(int a, int b) { return a + b + 100; } // different logic!
4
+}
0 commit comments