Add bunny cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
c048c1270a
commit
26fba4a469
1 changed files with 14 additions and 0 deletions
14
src/cows/bunny.cow.jl
Normal file
14
src/cows/bunny.cow.jl
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
##
|
||||||
|
## A cute little wabbit
|
||||||
|
##
|
||||||
|
function bunny(;eyes="oo", tongue=" ", thoughts="\\")
|
||||||
|
the_cow =
|
||||||
|
"""
|
||||||
|
$thoughts
|
||||||
|
$thoughts \\
|
||||||
|
\\ /\\
|
||||||
|
( )
|
||||||
|
.( o ).
|
||||||
|
"""
|
||||||
|
return the_cow
|
||||||
|
end
|
Loading…
Reference in a new issue