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",
}