Skip to content

Commit

Permalink
Merge pull request #83 from ruwaid-amjed/patch-1
Browse files Browse the repository at this point in the history
Update Main.java
  • Loading branch information
aldiab authored Jan 21, 2024
2 parents 1de0adf + 0fe675a commit 7581d2f
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,8 +3,8 @@ 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("Kamel");
}

public static int cubeX(int x){
Expand Down

0 comments on commit 7581d2f

Please sign in to comment.