Add elephant-in-snake cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
2355d02dab
commit
880618346b
1 changed files with 17 additions and 0 deletions
17
src/cows/elephant-in-snake.cow.jl
Normal file
17
src/cows/elephant-in-snake.cow.jl
Normal 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
|
Loading…
Reference in a new issue