index
:
langhs
master
Compiler for a made-up language all the way to x64 asm
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
l
/
putint.lang
blob: 198b4ee7fd73cff2cf4e9a6e20d8d704a4f366f5 (
plain
)
1
2
3
4
func int main() { putint(-12345678); putc('\n'); return 0; }