diff --git a/src/cows/elephant-in-snake.cow.jl b/src/cows/elephant-in-snake.cow.jl new file mode 100644 index 0000000..e21cb52 --- /dev/null +++ b/src/cows/elephant-in-snake.cow.jl @@ -0,0 +1,17 @@ +## +## Do we need to explain this? +## +function elephant_in_snake(;eyes="oo", tongue=" ", thoughts="\\") +the_cow = """ + $thoughts + $thoughts .... + ........ . + . . + . . +......... ....... +.............................. + +Elephant inside ASCII snake +""" +return the_cow +end