TP 1/2/3
This commit is contained in:
BIN
APL2.1/TP01/Arguments/Arguments.class
Normal file
BIN
APL2.1/TP01/Arguments/Arguments.class
Normal file
Binary file not shown.
5
APL2.1/TP01/Arguments/Arguments.java
Normal file
5
APL2.1/TP01/Arguments/Arguments.java
Normal file
@@ -0,0 +1,5 @@
|
||||
public class Arguments {
|
||||
public static void main(String[] args) {
|
||||
for (String name : args) System.out.println("Bonjour " + name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user