summary refs log tree commit diff stats
path: root/java/output/RuntimePolymorphismExample.typ
blob: 132ff7fec8d5c525910aa5d9fda70b07628580be (plain) (blame)
1
2
3
4
5
6
7
8
9
#import "/template.typ": highlight-output
#highlight-output[```
$ java RuntimePolymorphismExample
Drawing a Circle
Drawing a Square
Calculating Circle Area
Calculating Square Area
```]