repo.or.cz
/
antimony.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added support for blocks.
[antimony.git]
/
test
/
hello.sb
blob
0c4e55a27f345e0a96bf6b7fd8b16ae87071f72f
1
#### Hello World in Antimony
2
3
section code
4
import puts
5
export main
6
7
main:
8
function argc argv {
9
call puts "Hello, world!\x00"
10
return 0
11
}