Add elephant-in-snake cowfile

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2021-11-23 11:46:59 -06:00
parent 2355d02dab
commit 880618346b
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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