diff options
Diffstat (limited to 'java/output/PackageInterfaceExample.typ')
-rw-r--r-- | java/output/PackageInterfaceExample.typ | 8 |
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 +```] + |