summary refs log tree commit diff stats
path: root/java/output/PackageInterfaceExample.typ
blob: 37a528d7d0389d2a0a903c4a5b4323b28ef7adbe (plain) (blame)
1
2
3
4
5
6
7
8
#import "/template.typ": highlight-output
#highlight-output[```
$ java PackageInterfaceExample
Implementation of methodOne
Implementation of methodTwo
Implementation of methodThree
```]