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