Ajout de tests pour la gestion des opérateurs de chaînage dans Bakefile et Makefile

This commit is contained in:
2025-03-14 23:01:09 +01:00
parent 362845b224
commit 6478a042ee
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
}
}