Add Program
This commit is contained in:
9
golden/hello_world.qbe
Normal file
9
golden/hello_world.qbe
Normal 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}
|
||||
Reference in New Issue
Block a user