summary refs log tree commit diff stats
path: root/java/output/StaticExecution.typ
diff options
context:
space:
mode:
Diffstat (limited to 'java/output/StaticExecution.typ')
-rw-r--r--java/output/StaticExecution.typ10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/output/StaticExecution.typ b/java/output/StaticExecution.typ
new file mode 100644
index 0000000..43636cf
--- /dev/null
+++ b/java/output/StaticExecution.typ
@@ -0,0 +1,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
+```]
+