summary refs log tree commit diff stats
path: root/java/output/PackageInterfaceExample.typ
diff options
context:
space:
mode:
Diffstat (limited to 'java/output/PackageInterfaceExample.typ')
-rw-r--r--java/output/PackageInterfaceExample.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/output/PackageInterfaceExample.typ b/java/output/PackageInterfaceExample.typ
new file mode 100644
index 0000000..37a528d
--- /dev/null
+++ b/java/output/PackageInterfaceExample.typ
@@ -0,0 +1,8 @@
+#import "/template.typ": highlight-output
+#highlight-output[```
+$ java PackageInterfaceExample
+Implementation of methodOne
+Implementation of methodTwo
+Implementation of methodThree
+```]
+