Skip to content

Commit 2913653

Browse files
committed
adding from master
1 parent 373bca8 commit 2913653

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

myaddition/Calculator.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)