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