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 6b7b4a3 commit ed13e43Copy full SHA for ed13e43
src/main/java/Solution.java
@@ -1,6 +1,6 @@
1
public class Solution {
2
public static int add(int a, int b) {
3
- return a - b;
+ return a + b;
4
}
5
6
public static void main(String[] args) {
0 commit comments