Add dragon-and-cow cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
e3bb2f322f
commit
8ec10c62aa
1 changed files with 25 additions and 0 deletions
25
src/cows/dragon-and-cow.cow.jl
Normal file
25
src/cows/dragon-and-cow.cow.jl
Normal file
|
@ -0,0 +1,25 @@
|
|||
##
|
||||
## A dragon smiting a cow, possible credit to kube@csua.berkeley.edu
|
||||
##
|
||||
function dragon_and_cow(;eyes="oo", tongue=" ", thoughts="\\")
|
||||
the_cow =
|
||||
"""
|
||||
$thoughts ^ /^
|
||||
$thoughts / \\ // \\
|
||||
$thoughts |\\___/| / \\// .\\
|
||||
$thoughts /O O \\__ / // | \\ \\ *----*
|
||||
/ / \\/_/ // | \\ \\ \\ |
|
||||
\@___\@` \\/_ // | \\ \\ \\/\\ \\
|
||||
0/0/| \\/_ // | \\ \\ \\ \\
|
||||
0/0/0/0/| \\/// | \\ \\ | |
|
||||
0/0/0/0/0/_|_ / ( // | \\ _\\ | /
|
||||
0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\\.-~ / /
|
||||
,-} _ *-.|.-~-. .~ ~
|
||||
\\ \\__/ `/\\ / ~-. _ .-~ /
|
||||
\\____($eyes) *. } { /
|
||||
( (--) .----~-.\\ \\-` .~
|
||||
//__\\\\ \\__ Ack! ///.----..< \\ _ -~
|
||||
// \\\\ ///-._ _ _ _ _ _ _{^ - - - - ~
|
||||
"""
|
||||
return the_cow
|
||||
end
|
Loading…
Reference in a new issue