summary refs log tree commit diff stats
path: root/java/output/SingletonExample.typ
blob: 5f1bdd96a831646cef9943a8cd9d9f11911c5554 (plain) (blame)
1
2
3
4
5
6
7
8
9
#import "/template.typ": highlight-output
#highlight-output[```
$ java SingletonExample 
Creating singleton instance
Providing singleton instance
Providing singleton instance
The singleton instances are identical.
```]