me when bruh

This commit is contained in:
Optioneel
2022-12-05 14:46:13 +01:00
commit 02b334479b
10 changed files with 2468 additions and 0 deletions

7
.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"
]
}