Add Program

This commit is contained in:
Francesco Gazzetta
2022-07-03 17:13:00 +02:00
parent f41ddeca97
commit 1405020497
3 changed files with 44 additions and 5 deletions

9
golden/hello_world.qbe Normal file
View File

@@ -0,0 +1,9 @@
data $str =
{b "hello world", b 0}
export
function w $main
()
{@start
%r =w call $puts (l $str)
ret 0}