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