diff --git a/.DS_Store b/.DS_Store index 1011f21..39b4064 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/DadJokes/JokeStore.swift b/DadJokes/JokeStore.swift index 3bc8c51..d0da42c 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: "Which former dutch topclub is 13 points behind first place and 13 point away from degradation?", punchline: "PSV 😂") ] }