Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new joke #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Marton-Zeisler
Copy link

This addresses issue #1. Adds a dad joke.

@@ -33,6 +33,8 @@ struct JokeStore {
Joke(description: "Why don't programmers like being outside?", punchline: "Because there's too many bugs"),
Joke(description: "Why don't bachelors like Git?", punchline: "Because they are afraid to commit."),
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.")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant