9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
|
|
data $str =
|
|
{b "hello world", b 0}
|
|
export
|
|
function w $main () {
|
|
@start
|
|
%r =w call $puts (l $str)
|
|
ret 0
|
|
} |