index
:
misc-undergrad.git
main
miscellaneous undergrad stuff
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Homework
/
cs5300
/
compiler
/
p5-compiler
/
data
/
test1.c
blob: fccaeadd24ea220dc94397a4efa19076a102faef (
plain
) (
blame
)
1
2
3
4
5
void main() { println("Hello world"); println(7, "hi"); }