diff --git a/src/cows/www.cow.jl b/src/cows/www.cow.jl new file mode 100644 index 0000000..e3fb22a --- /dev/null +++ b/src/cows/www.cow.jl @@ -0,0 +1,14 @@ +## +## A cow wadvertising the World Wide Web, from lim@csua.berkeley.edu +## +function www(;eyes="oo", tongue=" ", thoughts="\\") +$the_cow = +""" + $thoughts ^__^ + $thoughts ($eyes)\\_______ + (__)\\ )\\/\\ + $tongue ||--WWW | + || || +""" +return the_cow +end