Skip to content

Commit

Permalink
Revert "Update Main.java (#130)"
Browse files Browse the repository at this point in the history
This reverts 0262f2c.
  • Loading branch information
ByteLegendBot committed Nov 23, 2023
1 parent 0262f2c commit 21855fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/bytelegend/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ public static void main(String[] args) {
}

public static boolean compare(int a, Integer b) {
if (b == null) {
return false;
}
return a == b;
}
}

0 comments on commit 21855fe

Please sign in to comment.