Add elephant cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
d406dcdb45
commit
2355d02dab
1 changed files with 19 additions and 0 deletions
19
src/cows/elephant.cow.jl
Normal file
19
src/cows/elephant.cow.jl
Normal 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
|
Loading…
Reference in a new issue