diff options
Diffstat (limited to 'src/.vscode/launch.json')
-rw-r--r-- | src/.vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.vscode/launch.json b/src/.vscode/launch.json index bc86f64..1008b15 100644 --- a/src/.vscode/launch.json +++ b/src/.vscode/launch.json @@ -23,7 +23,7 @@ "request": "launch", "mainClass": "Compiler.Language", "projectName": "src_1da2a030", - "args": "examples/example.ft -c -e" + "args": "examples/recursive.ft -c -e" } ] }
\ No newline at end of file |