Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Commit 42247c0

Browse files
authored
read the 1st comment
1 parent cbf93f3 commit 42247c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/helloworld.alua

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-- Every language needs a hello world!
2+
3+
section .data
4+
def hello_world "Hello, world!"
5+
section .text
6+
st 81921, [hello_world]

0 commit comments

Comments
 (0)