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 62a045c commit 50f9e74Copy full SHA for 50f9e74
src/main/java/com/codacy/utils/Math.java
@@ -15,6 +15,7 @@ public int magicAdd(int x, int y) {
15
if (y == magicNumber) {
16
return y - x;
17
} else {
18
+ System.out.println("hey");
19
return x + y;
20
}
21
0 commit comments