Ejemplo n.º 1
0
 public static void ecrireInt(int x, int longueur) {
   ecrireInt(System.out, x, longueur);
 }
Ejemplo n.º 2
0
 public static void ecrireInt(int x) {
   ecrireInt(System.out, x);
 }