Add vader-koala 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:26:40 -06:00
parent 67f66876c1
commit dbab388333
Signed by: millironx
GPG key ID: 139C07724802BC5D

View 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