Skip to content

Commit 046558b

Browse files
committed
hi
1 parent 568919f commit 046558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
public class Solution {
22
public static int add(int a, int b) {
3-
return a - b;
3+
return a + b;
44
}
55

66
public static void main(String[] args) {

0 commit comments

Comments
 (0)