Fix afficher
This commit is contained in:
parent
64af6ce32e
commit
f816fd180f
@ -69,7 +69,6 @@ public class Utils {
|
|||||||
.collect(Collectors.joining(" "));
|
.collect(Collectors.joining(" "));
|
||||||
System.out.println(str);
|
System.out.println(str);
|
||||||
}
|
}
|
||||||
System.out.print(' ');
|
|
||||||
}
|
}
|
||||||
public static final void afficherTabInt(int... args) {
|
public static final void afficherTabInt(int... args) {
|
||||||
if (args == null) {
|
if (args == null) {
|
||||||
@ -81,7 +80,6 @@ public class Utils {
|
|||||||
.collect(Collectors.joining(" "));
|
.collect(Collectors.joining(" "));
|
||||||
System.out.println(str);
|
System.out.println(str);
|
||||||
}
|
}
|
||||||
System.out.print(' ');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int lireEntier() {
|
public static int lireEntier() {
|
||||||
|
Loading…
Reference in New Issue
Block a user