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: 0da2fd0d406e38e6583f3d8a4d2b68022f22f320 (
plain
)
1
2
3
4
5
6
7
fn main() { var i: Int = 10; while i > 0 { i = i - 1; } }