Skip to content

Commit ab81942

Browse files
authored
Merge pull request #1 from codacy/pr-1
Add something test1
2 parents 62a045c + 50f9e74 commit ab81942

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)