实验二做完(喜)

This commit is contained in:
2024-06-11 00:47:52 +08:00
parent 9b5aac99c9
commit 1a645df671
2 changed files with 9 additions and 3 deletions
+7 -2
View File
@@ -1,7 +1,12 @@
{
"java.project.sourcePaths": ["src"],
"java.project.sourcePaths": [
"src"
],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
],
"cSpell.words": [
"rawtypes"
]
}
}