Skip to content

Commit

Permalink
Update Q5.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanLegrand authored Nov 20, 2024
1 parent 49a39e3 commit 0870087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Q5.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ public static void main(String[] args) {
try {
n = Integer.parseInt(args[0]);
} catch (Exception e) {
// TODO: handle exception
System.err.println("Veuillez saisir un nombre entier");
}

Expand Down

0 comments on commit 0870087

Please sign in to comment.