Begin the zoo project

This commit is contained in:
2024-12-09 08:56:59 +01:00
commit 4e6602b3c8
4 changed files with 30 additions and 0 deletions

View File

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