Add udder cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
281e75511f
commit
9c84fc5b6d
1 changed files with 21 additions and 0 deletions
21
src/cows/udder.cow.jl
Normal file
21
src/cows/udder.cow.jl
Normal file
|
@ -0,0 +1,21 @@
|
|||
##
|
||||
## The cow from a file called cow-n-horn, artist unknown.
|
||||
##
|
||||
function udder(;eyes="oo", tongue=" ", thoughts="\\")
|
||||
eye1 = first(eyes)
|
||||
eye2 = last(eyes)
|
||||
botheyes = string(eye1, " ", eye2)
|
||||
the_cow =
|
||||
"""
|
||||
$thoughts
|
||||
$thoughts (__)
|
||||
$botheyes\\
|
||||
('') \\---------
|
||||
$tongue\\ \\
|
||||
| |\\
|
||||
||---( )_|| *
|
||||
|| UU ||
|
||||
== ==
|
||||
"""
|
||||
return the_cow
|
||||
end
|
Loading…
Reference in a new issue