index
:
sloth
master
struct
A blazingly slow compiled language
Nic Gaffney
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
hello.sloth
blob: 6f5663267fb15ab189f5f780ea134c7df8eb23c7 (
plain
)
1
2
3
4
5
6
foreign fn print(x: String) Void; fn main() Int { print("Hello World\n"); return 0; }