From a4ac009fc41955775c888ee15168d05fef011fd4 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 23 Nov 2021 12:41:33 -0600 Subject: [PATCH] Remove cheese cowfile Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- src/cows/cheese.cow.jl | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/cows/cheese.cow.jl 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