diff --git a/src/cows/cheese.cow.jl b/src/cows/cheese.cow.jl deleted file mode 100644 index e83cc26..0000000 --- a/src/cows/cheese.cow.jl +++ /dev/null @@ -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