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