This commit is contained in:
oleting
2020-12-30 16:38:05 +01:00
parent 01a0936afe
commit 0ce2cf577d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,3 +9,4 @@ build/
run.spec
dist/
.vscode/launch.json
res/input/input_large.java
+1 -1
View File
@@ -8,7 +8,7 @@
"name": "Python: Aktuelle Datei",
"type": "python",
"request": "launch",
"program": "debug.py",
"program": "run.py",
"console": "integratedTerminal"
}
]