From 67f66876c15c9eb20a3ca73fe2b045026a36a57c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:24:56 -0600 Subject: [PATCH] Add www cowfile Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- src/cows/www.cow.jl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/cows/www.cow.jl 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