This commit is contained in:
Joey Eamigh
2023-10-09 15:03:49 -04:00
parent 1bd8db01a0
commit d9a7eeb79e
8 changed files with 574 additions and 4 deletions

16
.vscode/launch.json vendored
View File

@@ -4,6 +4,20 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Main",
"request": "launch",
"mainClass": "assn03.Main",
"projectName": "COMP210_238a5b6"
},
{
"type": "java",
"name": "JavaWarmUp",
"request": "launch",
"mainClass": "assn02.JavaWarmUp",
"projectName": "COMP210_238a5b6"
},
{
"type": "java",
"name": "Current File",
@@ -32,4 +46,4 @@
"projectName": "COMP210_238a5b6"
}
]
}
}