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
/
mergesort.sloth
blob: f1e59014b11e506438f6fd91fcacc62a45e74242 (
plain
)
1
2
3
4
fn merge_sort(list: List<Int>) { print(list); }