Skip to content

Commit

Permalink
Merge pull request #78 from KamelTaha2001/patch-1
Browse files Browse the repository at this point in the history
Update Main (Printing Kamel).java
  • Loading branch information
aldiab authored Jan 21, 2024
2 parents ec36e62 + 3022af5 commit 1de0adf
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 @@ -4,7 +4,7 @@ public static void main(String[] args) {
System.out.println(cubeX(5));
System.out.println(squareX(5));


System.out.println("Kamel");
}

public static int cubeX(int x){
Expand Down

0 comments on commit 1de0adf

Please sign in to comment.