Skip to content

Commit 28940de

Browse files
committed
add joke
Signed-off-by: Daniel Stamer <[email protected]>
1 parent 88cb54d commit 28940de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tortune/tortune.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ import (
55
"time"
66
)
77

8-
const Version = "0.0.9"
8+
const Version = "0.0.10"
99

1010
var (
1111
db = [...]string{
12+
"A: Hey, do you know my friend Jason?\nB: You mean Jason Marshall?!\nYeah, he's super serious.",
1213
"Microsoft has really gotten good at making hardware. I colloquially refer to this phenomenon as Microhard.",
1314
"Interviewer: What is your biggest strength?\nMe: I am an expert in machine learning.\nInterviewer: What’s 6 + 10?\nMe: Zero.\nInterviewer: Nowhere near. It’s 16.\nMe: Ok, It’s 16.\nInterviewer: What is 10 + 20?\nMe: It’s 16.",
1415
"I was surprised when my niece said she learned R at school yesterday, and then I remembered she's 4 and she meant the letter.",

0 commit comments

Comments
 (0)