Skip to content

Commit

Permalink
Merge pull request #24 from max-de-rooij/main
Browse files Browse the repository at this point in the history
Add fresh jokes
  • Loading branch information
cityjumper authored Nov 17, 2023
2 parents 7f2b0a0 + aaa563e commit 0c79dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Jokes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ 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."
"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!"
];
export joke

Expand Down

0 comments on commit 0c79dad

Please sign in to comment.