first commit

This commit is contained in:
2025-09-19 09:18:59 +02:00
commit af9c857fc6
16 changed files with 157 additions and 0 deletions

7
SecondoProgetto/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}