diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-09-15 15:30:53 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-09-15 15:30:53 -0400 |
commit | 5582d6427e2bc09b9975615f87cace64ce2d29ca (patch) | |
tree | 2844b7d5f54f7b24ae48086356ad758eb2b503b1 /tnslc/tnslc.tnsl | |
parent | 4e2e269fab3f5facedc6ec0131f132bd66c0aac4 (diff) |
Fix string from int
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 10a7bbd..ec6fa04 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -25,7 +25,7 @@ /; main ({}{}charp args) [int] /; if (len args < 1) - ;tnsl.io.println("Usage: tnslc [File to compile] <path to libtnsl>") + ;tnsl.io.println(string_from_int(97265)) ;return 1 ;/ |