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
/
base
/
Empty.java
blob: 975ac63ac899d055366ba91965cd81798e2b905d (
plain
)
1
2
3
4
5
class Empty { public static void main(String[] a) { System.out.println(1); } }