Add elephant 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:44:25 -06:00
parent d406dcdb45
commit 2355d02dab
Signed by: millironx
GPG key ID: 139C07724802BC5D

19
src/cows/elephant.cow.jl Normal file
View file

@ -0,0 +1,19 @@
##
## An elephant out and about
##
function elephant(;eyes="oo", tongue=" ", thoughts="\\")
the_cow =
"""
$thoughts /\\ ___ /\\
$thoughts // \\/ \\/ \\\\
(( O O ))
\\\\ / \\ //
\\/ | | \\/
| | | |
| | | |
| o |
| | | |
|m| |m|
"""
return the_cow
end