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
/
std
/
stdio.sloth
blob: 978bcfb2b9c3d1f029d878eb352658fd3a0003bd (
plain
)
1
2
3
4
5
fn println(str: String) Void { print(str); print("\n"); }