Add Vader 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:27:55 -06:00
parent dbab388333
commit 281e75511f
Signed by: millironx
GPG key ID: 139C07724802BC5D

17
src/cows/vader.cow.jl Normal file
View file

@ -0,0 +1,17 @@
##
## Cowth Vader, from geordan@csua.berkeley.edu
##
function vader(;eyes="oo", tongue=" ", thoughts="\\")
the_cow =
"""
$thoughts ,-^-.
$thoughts !oYo!
$thoughts /./=\\.\\______
## )\\/\\
||-----w||
|| ||
Cowth Vader
"""
return the_cow
end