diff options
Diffstat (limited to 'tnslc/hello.tnsl')
-rw-r--r-- | tnslc/hello.tnsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tnslc/hello.tnsl b/tnslc/hello.tnsl new file mode 100644 index 0000000..8fb98a3 --- /dev/null +++ b/tnslc/hello.tnsl @@ -0,0 +1,8 @@ +:include "c_wrap.tnsl" + +{}uint8 hello = "Hello World!\n\0" + +/; main [int] + _printf(~hello{0}) + return 0 +;/
\ No newline at end of file |