Files
qbe-hs/golden/hello_world.qbe
T

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
}