Add www 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:24:56 -06:00
parent 3560278b13
commit 67f66876c1
Signed by: millironx
GPG key ID: 139C07724802BC5D

14
src/cows/www.cow.jl Normal file
View file

@ -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