summaryrefslogtreecommitdiff
path: root/tnslc/hello.tnsl
blob: 8fb98a366a8950b31251e6321fde2c6b2fc35699 (plain)
1
2
3
4
5
6
7
8
:include "c_wrap.tnsl"

{}uint8 hello = "Hello World!\n\0"

/; main [int]
    _printf(~hello{0})
    return 0
;/