Skip to content

Commit

Permalink
Merge pull request #27 from cityjumper/26-add-new-jokes
Browse files Browse the repository at this point in the history
26 add new jokes
  • Loading branch information
cityjumper authored Mar 16, 2024
2 parents 094ad23 + f2ca1f4 commit b469e2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- '1.7'
- '1.8'
- '1.9'
- '1.10'
- 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
version:
- '1.8'
- '1.9'
- '1.10'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 4 additions & 0 deletions src/Jokes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ global jokes_en = ["There are 10 types of people in the world: those who underst
"To err is human - and to blame it on a computer is even more so."
"My software never has bugs. It just develops random features."
"The more I C, the less I see."
"We'll we'll we'll... If it isn't autocorrect."
"My password is the last 16 digits of Pi."
"What made the Java developers wear glasses? They can't C."
"I would tell you a UDP joke, but you might not get it."
"Why do functional programmers never break up? Because they always find a way to map and filter out their differences."
"Why did the software engineer stay cool under pressure? Because he had excellent exception handling."
"Why do Julia programmers never get coffee breaks? Because by the time they pour their coffee, their code's already done running!"
Expand Down

0 comments on commit b469e2b

Please sign in to comment.