diff options
Diffstat (limited to 'java/output/ParentWithTwoChildren.typ')
-rw-r--r-- | java/output/ParentWithTwoChildren.typ | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/output/ParentWithTwoChildren.typ b/java/output/ParentWithTwoChildren.typ new file mode 100644 index 0000000..de253ec --- /dev/null +++ b/java/output/ParentWithTwoChildren.typ @@ -0,0 +1,9 @@ +#import "/template.typ": highlight-output +#highlight-output[``` +Parent: ID: 1, Name: John Doe, Address: 123 Main St. +ChildOne: ID: 2, Name: Jane Doe, Address: 456 Elm St. + Marks: 85 +ChildTwo: ID: 3, Name: Mike Smith, Address: 789 Oak St. + Qualification: B.Tech, Salary: 50000.0 +```] + |