From de4dc769f42ccfe1b2ef3fe4577866661373bfb5 Mon Sep 17 00:00:00 2001 From: salehmasum Date: Fri, 7 Feb 2020 17:33:44 +1100 Subject: [PATCH] New Joke added --- DadJokes/JokeStore.swift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DadJokes/JokeStore.swift b/DadJokes/JokeStore.swift index 3bc8c51..468fbfb 100644 --- a/DadJokes/JokeStore.swift +++ b/DadJokes/JokeStore.swift @@ -35,9 +35,10 @@ struct JokeStore { Joke(description: "What does the father play with his son?", punchline: "Try Catch"), Joke(description: "You should be careful with functions that return a value...", punchline: "In fact, I would just a void them."), - Joke(description: "Why do developers do Java?", punchline: "Because they don't C#") + Joke(description: "Why do developers do Java?", punchline: "Because they don't C#"), Joke(description: "Why did the programmer cross the road?", punchline: "To Git to the other side"), - Joke(description: "What did the atom say to the angry mass?", punchline: "What's the matter with you!") + Joke(description: "What did the atom say to the angry mass?", punchline: "What's the matter with you!"), + Joke(description: "Why don't you publish the teaser of your app?", punchline: "Because I only deal with Integer :P") ] }