diff --git a/src/cows/elephant.cow.jl b/src/cows/elephant.cow.jl new file mode 100644 index 0000000..b5bdd77 --- /dev/null +++ b/src/cows/elephant.cow.jl @@ -0,0 +1,19 @@ +## +## An elephant out and about +## +function elephant(;eyes="oo", tongue=" ", thoughts="\\") +the_cow = +""" + $thoughts /\\ ___ /\\ + $thoughts // \\/ \\/ \\\\ + (( O O )) + \\\\ / \\ // + \\/ | | \\/ + | | | | + | | | | + | o | + | | | | + |m| |m| +""" +return the_cow +end