arctic/samples/hello.ctc
2023-12-21 20:12:37 -05:00

11 lines
156 B
Plaintext

#!/usr/bin/env arctic
@main
"data"
:message '"Hello, World!\x00"'
"code"
:main T3 kk # main is called as: &argv[0] argc retaddr
$message `putstrln $0 ;