Add dragon cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
8ec10c62aa
commit
d406dcdb45
1 changed files with 25 additions and 0 deletions
25
src/cows/dragon.cow.jl
Normal file
25
src/cows/dragon.cow.jl
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
##
|
||||||
|
## The Whitespace Dragon
|
||||||
|
##
|
||||||
|
function dragon(;eyes="oo", tongue=" ", thoughts="\\")
|
||||||
|
the_cow =
|
||||||
|
"""
|
||||||
|
$thoughts / \\ //\\
|
||||||
|
$thoughts |\\___/| / \\// \\\\
|
||||||
|
/0 0 \\__ / // | \\ \\
|
||||||
|
/ / \\/_/ // | \\ \\
|
||||||
|
\@_^_\@'/ \\/_ // | \\ \\
|
||||||
|
//_^_/ \\/_ // | \\ \\
|
||||||
|
( //) | \\/// | \\ \\
|
||||||
|
( / /) _|_ / ) // | \\ _\\
|
||||||
|
( // /) '/,_ _ _/ ( ; -. | _ _\\.-~ .-~~~^-.
|
||||||
|
(( / / )) ,-{ _ `-.|.-~-. .~ `.
|
||||||
|
(( // / )) '/\\ / ~-. _ .-~ .-~^-. \\
|
||||||
|
(( /// )) `. { } / \\ \\
|
||||||
|
(( / )) .----~-.\\ \\-' .~ \\ `. \\^-.
|
||||||
|
///.----..> \\ _ -~ `. ^-` ^-_
|
||||||
|
///-._ _ _ _ _ _ _}^ - - - - ~ ~-- ,.-~
|
||||||
|
/.-~
|
||||||
|
"""
|
||||||
|
return the_cow
|
||||||
|
end
|
Loading…
Reference in a new issue