index
:
cminus.git
main
C to MIPS asm compiler for CS5300
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
test1.c
blob: 68ff11ec444624f96f5854ec6f5f54acfe42a7b8 (
plain
) (
blame
)
1
2
3
4
5
void main() { println("Hello world"); println(7 % 3, "hi"); }