stuff
This commit is contained in:
11
.vscode/launch.json
vendored
Normal file
11
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "CodeLens (Launch) - Main",
|
||||
"request": "launch",
|
||||
"mainClass": "brainfuck.interpreter.Main",
|
||||
"projectName": "BrainfuckInterpreter"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user