diff options
Diffstat (limited to 'tnslc/hello.tnsl')
-rw-r--r-- | tnslc/hello.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/hello.tnsl b/tnslc/hello.tnsl index 0742564..a2bdc68 100644 --- a/tnslc/hello.tnsl +++ b/tnslc/hello.tnsl @@ -1,6 +1,6 @@ :include "c_wrap.tnsl" -{}uint8 star = "hello.tnsl\0" +{}uint8 star = "*\0" {}uint8 space = " \0" {}uint8 new_line = "\n\0" |