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: 8abb65c16986346e470f4e4cf92bbc40766c1d87 (
plain
)
1
2
3
4
fn main() Int { print("Hello World\n"); return 0; }