Add vader-koala cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
67f66876c1
commit
dbab388333
1 changed files with 20 additions and 0 deletions
20
src/cows/vader-koala.cow.jl
Normal file
20
src/cows/vader-koala.cow.jl
Normal file
|
@ -0,0 +1,20 @@
|
|||
##
|
||||
## Another canonical koala?
|
||||
##
|
||||
function vader_koala(;eyes="oo", tongue=" ", thoughts="\\")
|
||||
the_cow =
|
||||
"""
|
||||
$thoughts
|
||||
$thoughts .
|
||||
.---. //
|
||||
Y|o o|Y//
|
||||
/_(i=i)K/
|
||||
~()~*~()~
|
||||
(_)-(_)
|
||||
|
||||
Darth
|
||||
Vader
|
||||
koala
|
||||
"""
|
||||
return the_cow
|
||||
end
|
Loading…
Reference in a new issue