Ajout du test 1 à partir de rien : Makefile, Bakefile, Test1 et Devinette
This commit is contained in:
6
tests/Java/test-01-from-nothing/test1.java
Normal file
6
tests/Java/test-01-from-nothing/test1.java
Normal file
@@ -0,0 +1,6 @@
|
||||
public class test1 {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Compilation à partir de rien !");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user