Ajout de tests pour la gestion des opérateurs de chaînage dans Bakefile et Makefile
This commit is contained in:
5
tests/test-30-command-chaining-operators/make/Main.java
Normal file
5
tests/test-30-command-chaining-operators/make/Main.java
Normal file
@@ -0,0 +1,5 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user