Added support for blocks.
[antimony.git] / test / hello.sb
blob0c4e55a27f345e0a96bf6b7fd8b16ae87071f72f
1 #### Hello World in Antimony
3 section code
4 import puts
5 export main
7 main:
8 function argc argv {
9     call puts "Hello, world!\x00"
10     return 0