index
:
calico
main
A compiled C-like toy language
Nic Gaffney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
helloWorld.nya
blob: b96f1bfd4cf9cec22ecb85b9f25b6ea41a960f24 (
plain
)
1
2
3
4
5
import fn puts(str: [u8]) -> i32; fn main() -> i32 { return puts("Hello World!"); }