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
/
system.sloth
blob: affe588e0a6ed2c9273fa182d1f8aa88e2d29f04 (
plain
)
1
2
3
4
5
fn main() Int { system("neofetch"); println(istr(12)); return 0; }