first commit.

This commit is contained in:
2023-01-16 11:05:46 +08:00
commit 51a4ff5054
7 changed files with 266 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"
]
}