Mise en place test-02-already-exist en java

This commit is contained in:
2025-02-08 01:27:39 +01:00
parent ffc6257c50
commit dfb15d2153
5 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public class Main {
public static void main(String[] args) {
System.out.println("Ceci est un programme de test du Bakefile !");
System.out.println("test");
}
}