Skip to content

Commit 50f9e74

Browse files
committed
Add something
1 parent 62a045c commit 50f9e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/codacy/utils/Math.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public int magicAdd(int x, int y) {
1515
if (y == magicNumber) {
1616
return y - x;
1717
} else {
18+
System.out.println("hey");
1819
return x + y;
1920
}
2021
}

0 commit comments

Comments
 (0)