diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6ca734..9c84108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - '1.7' - '1.8' - '1.9' + - '1.10' - 'nightly' os: - ubuntu-latest @@ -58,6 +59,7 @@ jobs: version: - '1.8' - '1.9' + - '1.10' steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 diff --git a/src/Jokes.jl b/src/Jokes.jl index a05d8e4..5c7f324 100644 --- a/src/Jokes.jl +++ b/src/Jokes.jl @@ -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!"