Skip to content

Commit

Permalink
Merge pull request #89 from omars7z/master
Browse files Browse the repository at this point in the history
Omar's commit Update Main.java
  • Loading branch information
aldiab authored Jan 21, 2024
2 parents 8bd7da1 + 02c510d commit dda3523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ public static void main(String[] args) {
System.out.println("Main");
System.out.println(cubeX(5));
System.out.println(squareX(5));
System.out.println("Ruwaid");
System.out.println("Omar");

}

Expand Down

0 comments on commit dda3523

Please sign in to comment.