chore: init les fichiers par defaut du repo

This commit is contained in:
2025-10-27 16:47:11 +01:00
parent f1912c2bc4
commit 1dbf10b165
3 changed files with 9 additions and 0 deletions

5
src/Main.java Normal file
View File

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