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 6fd7dd9 commit dd3106dCopy full SHA for dd3106d
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