Skip to content

Instantly share code, notes, and snippets.

@kgn
Last active August 19, 2019 04:01
Show Gist options
  • Save kgn/6bda4402ec0fce6d518a6089277ff7a9 to your computer and use it in GitHub Desktop.
Save kgn/6bda4402ec0fce6d518a6089277ff7a9 to your computer and use it in GitHub Desktop.
Table {
Family("Mr. & Mrs. Smith") {
Person("Mr. John Smith", .beef)
Person("Mrs. Jane Smith", .chicken)
}
Person("Mr. Ed Ford", .chicken)
Person("Mrs. Amanda Doolittle", .vegitarian)
Family("Mr. & Mrs. Appleseed") {
Person("Mr. Jonny Appleseed", .chicken)
Person("Mrs. Jessica Appleseed", .vegitarian)
Person("Timmy Appleseed", .kids)
}
Family("Mr. & Mrs. Doe") {
Person("Mr. James Doe", .chicken)
Person("Mrs. Janice Doe", .beef)
Person("James Doe Jr.", .kids)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment