Add cower 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:40:16 -06:00
parent 0127742ed4
commit e3bb2f322f
Signed by: millironx
GPG key ID: 139C07724802BC5D

18
src/cows/cower.cow.jl Normal file
View file

@ -0,0 +1,18 @@
##
## A cowering cow
##
function cower(;eyes="oo", tongue=" ", thoughts="\\")
the_cow =
"""
$thoughts
$thoughts
,__, | |
(oo)\\| |___
(__)\\| | )\\_
| |_w | \\
| | || *
Cower....
"""
return the_cow
end