Add cheese 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:39:29 -06:00
parent 26fba4a469
commit 0127742ed4
Signed by: millironx
GPG key ID: 139C07724802BC5D

27
src/cows/cheese.cow.jl Normal file
View file

@ -0,0 +1,27 @@
##
## The cheese from milk & cheese
##
function cheese(;eyes="oo", tongue=" ", thoughts="\\")
the_cow =
"""
$thoughts
$thoughts
_____ _________
/ \\_/ |
| ||
| ||
| ###\\ /### | |
| 0 \\/ 0 | |
/| | |
/ | < |\\ \\
| /| | | |
| | \\_______/ | | |
| | | / /
/|| /|||
----------------|
| | | |
*** ***
/___\\ /___\\
"""
return the_cow
end