This commit is contained in:
2022-05-04 10:15:11 +02:00
parent 1b82038a15
commit b8951031cd
7 changed files with 68 additions and 9 deletions

12
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"configurations": [
{
"type": "java",
"name": "Launch BankController",
"request": "launch",
"mainClass": "bank.BankController",
"projectName": "Lab15_OOP_90898795",
"vmArgs": "-enableassertions"
}
]
}