4 lines
57 B
Text
4 lines
57 B
Text
|
|
.sub hello_world_text :main
|
||
|
|
print "Hello world!\n"
|
||
|
|
.end
|