Skip to content

Commit 8c35480

Browse files
committed
new cat
1 parent 98fa22f commit 8c35480

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ func cats() []string {
9898
" ( T ) /\\",
9999
"(((^_(((/(((_/",
100100
},
101+
{
102+
" __..--''``---....___ _..._ __",
103+
" /// //_.-' .-/'; ` ``<._ ``.''_ `. / // /",
104+
"///_.-' _..--.'_ \\ `( ) ) // //",
105+
"/ (_..-' // (< _ ;_..__ ; `' / ///",
106+
" / // // // `-._,_)' // / ``--...____..-' /// / //",
107+
},
101108
}
102109
return cats[rand.Intn(len(cats))]
103110
}

0 commit comments

Comments
 (0)