arctic/samples/hello.ctc

14 lines
164 B
Plaintext

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