wow le tp là
This commit is contained in:
9
DEV3.1/TP01/01_Vote/Main.java
Normal file
9
DEV3.1/TP01/01_Vote/Main.java
Normal file
@@ -0,0 +1,9 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
if (args.length != 1) {
|
||||
System.err.println("Entrez une valeur dans la console.");
|
||||
System.exit(0);
|
||||
}
|
||||
Vote v = new Vote(args[0]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user