Skip to content

Commit faa6133

Browse files
committed
add joke
Signed-off-by: Daniel Stamer <[email protected]>
1 parent 38abede commit faa6133

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.11"
8+
const Version = "0.0.12"
99

1010
var (
1111
db = [...]string{
12+
"['🥚','🐔'].shuffle.pop",
1213
"A: Hey, do you know my friend Jason?\nB: You mean Jason Marshall?!\nYeah, he's super serial.",
1314
"Microsoft has really gotten good at making hardware. I colloquially refer to this phenomenon as Microhard.",
1415
"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.",

0 commit comments

Comments
 (0)