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: 5aa54e9a36342a1fe0e8636809b8ca33850eb510 (
plain
)
1
2
3
4
5
6
7
fn main() Int { var i: Int = 10; for j in 0..i { print(istr(j)); } return 0; }