From 0127742ed46352bc1ac5a32937fc75a7e8fe3c83 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:39:29 -0600 Subject: [PATCH] Add 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 insertions(+) create mode 100644 src/cows/cheese.cow.jl diff --git a/src/cows/cheese.cow.jl b/src/cows/cheese.cow.jl new file mode 100644 index 0000000..e83cc26 --- /dev/null +++ b/src/cows/cheese.cow.jl @@ -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