Files
qbe-hs/golden/hello_world.qbe
T
2022-07-03 17:13:00 +02:00

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}