Add bunny cowfile

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-11-23 11:38:23 -06:00
parent c048c1270a
commit 26fba4a469
Signed by: millironx
GPG key ID: 139C07724802BC5D

14
src/cows/bunny.cow.jl Normal file
View file

@ -0,0 +1,14 @@
##
## A cute little wabbit
##
function bunny(;eyes="oo", tongue=" ", thoughts="\\")
the_cow =
"""
$thoughts
$thoughts \\
\\ /\\
( )
.( o ).
"""
return the_cow
end