blob: 43636cf480f6b0a49c8e83b539cffb687a5be4d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#import "/template.typ": highlight-output
#highlight-output[```
$ java StaticExecution
Executing static block in StaticExecution
Executing static main method in StaticExecution
Executing static block in StaticExample
Executing StaticExample constructor for the first time
The number of objects of StaticExample created: 7
```]
|