diff --git a/src/cows/bunny.cow.jl b/src/cows/bunny.cow.jl new file mode 100644 index 0000000..4d15d97 --- /dev/null +++ b/src/cows/bunny.cow.jl @@ -0,0 +1,14 @@ +## +## A cute little wabbit +## +function bunny(;eyes="oo", tongue=" ", thoughts="\\") +the_cow = +""" + $thoughts + $thoughts \\ + \\ /\\ + ( ) + .( o ). +""" +return the_cow +end