Commit 648d53d6 authored by French, Robert's avatar French, Robert
Browse files

Adding prototype limerick capabilities

parent e1b41ee6
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2,15 +2,18 @@
    "intros": [
        "Hello darkness, my old friend.",
        "Good morning!",
        "Version control GITing you down?"
        "Version control GITing you down?",
        "The limerick packs laughs anatomical\nInto space that is quite economical."
    ],
    "bodies": [
        "I've come to talk with you again.",
        "It's going to be a bright, bright, bright sun-shiny day!"
        "It's going to be a bright, bright, bright sun-shiny day!",
        "But the good ones I've seen\nSo seldom are clean"
    ],
    "closings": [
        "Because a vision softly creeping",
        "No place like Oak Ridge for Neutrons and Flops",
        "I believe you can do it!"
        "I believe you can do it!",
        "And the clean ones so seldom are comical."
    ]
}