index
:
minijava-compiler.git
master
symbol-table-new-key
A minijava compiler built (mostly) from scratch
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Empty.java
blob: dc665df2bdbe30d70e784812bdf4d6b64a56158d (
plain
)
1
2
3
4
5
class Empty { public static void main(String[] a) { System.out.println(1); } }