From e3bb2f322f903951208f7146c3a813f457e43e3b Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:40:16 -0600 Subject: [PATCH] Add cower cowfile Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- src/cows/cower.cow.jl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/cows/cower.cow.jl diff --git a/src/cows/cower.cow.jl b/src/cows/cower.cow.jl new file mode 100644 index 0000000..eaf789a --- /dev/null +++ b/src/cows/cower.cow.jl @@ -0,0 +1,18 @@ +## +## A cowering cow +## +function cower(;eyes="oo", tongue=" ", thoughts="\\") +the_cow = +""" + $thoughts + $thoughts + ,__, | | + (oo)\\| |___ + (__)\\| | )\\_ + | |_w | \\ + | | || * + + Cower.... +""" +return the_cow +end