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: 619a5a059d80f94c3f234b16251fcfd64f27d15c (
plain
)
1
2
3
4
5
fn main() Int { print("Hello World\n"); var x: F = 2; return 0; }