This commit is contained in:
Sem van der Hoeven
2019-12-02 22:42:34 +01:00
parent 4be93f3404
commit 19c07d7409
9 changed files with 179 additions and 13 deletions

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

@@ -0,0 +1,11 @@
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - Main",
"request": "launch",
"mainClass": "brainfuck.interpreter.Main",
"projectName": "BrainfuckInterpreter"
}
]
}