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: 13415a9560283ba9b5e5b745f5b8b6be632514c8 (
plain
)
1
2
3
4
5
6
foreign fn print(x: String) Void; fn main() Int { print("gaming\n"); return 0; }