Skip to content

Commit

Permalink
Revert "Update Main.java (#158)"
Browse files Browse the repository at this point in the history
This reverts 7eac9f3.
  • Loading branch information
ByteLegendBot committed Nov 23, 2023
1 parent 7eac9f3 commit dc36599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bytelegend/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Main {
public static double divide(int a, int b) {
return 1.0 * a / b;
return a / b;
}

public static void main(String[] args) {
Expand Down

0 comments on commit dc36599

Please sign in to comment.