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