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

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
}

BIN
docs/PremierLivrable.pdf Normal file

Binary file not shown.

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");
}
}