Modification des tests (Création de répertoire make et bake)
This commit is contained in:
6
tests/Java/test-01-from-nothing/make/test1.java
Normal file
6
tests/Java/test-01-from-nothing/make/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