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 568919f commit 6fd7dd9Copy full SHA for 6fd7dd9
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