diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2023-05-15 19:26:57 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2023-05-15 19:26:57 -0400 |
| commit | aab648543af3d874667041349b1a22ae19dde30b (patch) | |
| tree | 28fc1ff968c8dbe589a2adb74207a795cd08f3d9 /tnslc/README.md | |
| parent | ca5b305ab25c42fba3d022fd0e4c4288159c451b (diff) | |
Fix initial struct calling
Diffstat (limited to 'tnslc/README.md')
| -rw-r--r-- | tnslc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/README.md b/tnslc/README.md index da461e2..e0f9a61 100644 --- a/tnslc/README.md +++ b/tnslc/README.md @@ -11,7 +11,7 @@ Examples: - `./run.sh dummy.tnsl` - Run the compiler on the dummy file - `./run.sh "dummy.tnsl ../libtnsl/libtnsl.tnsl"` - Run the compiler on the dummy file but also link libtnsl -- `.\run.ps1 tnslc_wrapped.tnsl`: Run the compiler on the sample "Hello World" program +- `.\run.ps1 hello.tnsl`: Run the compiler on the sample "Hello World" program ### Credits |