diff options
author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-04 05:24:43 +0000 |
---|---|---|
committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-04 05:24:43 +0000 |
commit | 43909b350b9084ed33f121a15c5770224cbdc79f (patch) | |
tree | aff7f471784fbb1d1a3597acfeb43624d4ed94ad /src/.vscode/launch.json | |
parent | cc1f6e712520793d5a8c638a6e995c018917eadb (diff) | |
download | esotericFORTRAN-43909b350b9084ed33f121a15c5770224cbdc79f.tar.gz esotericFORTRAN-43909b350b9084ed33f121a15c5770224cbdc79f.zip |
Added basic function support
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 f36d26d..bc86f64 100644 --- a/src/.vscode/launch.json +++ b/src/.vscode/launch.json @@ -23,7 +23,7 @@ "request": "launch", "mainClass": "Compiler.Language", "projectName": "src_1da2a030", - "args": "example.txt" + "args": "examples/example.ft -c -e" } ] }
\ No newline at end of file |