Remove 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 12:41:33 -06:00
parent 09db62aac7
commit a4ac009fc4
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

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