diff --git a/src/cows/vader.cow.jl b/src/cows/vader.cow.jl new file mode 100644 index 0000000..33c36f2 --- /dev/null +++ b/src/cows/vader.cow.jl @@ -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