Add blowfish cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
b8758352c0
commit
c048c1270a
1 changed files with 33 additions and 0 deletions
33
src/cows/blowfish.cow.jl
Normal file
33
src/cows/blowfish.cow.jl
Normal file
|
@ -0,0 +1,33 @@
|
|||
##
|
||||
## Blowfish
|
||||
##
|
||||
function blowfish(;eyes="oo", tongue=" ", thoughts="\\")
|
||||
the_cow =
|
||||
"""
|
||||
$thoughts
|
||||
$thoughts
|
||||
| .
|
||||
. |L /|
|
||||
_ . |\\ _| \\--+._/| .
|
||||
/ ||\\| Y J ) / |/| ./
|
||||
J |)'( | ` F`.'/
|
||||
-<| F __ .-<
|
||||
| / .-'. `. /-. L___
|
||||
J \\ < \\ | | O\\|.-'
|
||||
_J \\ .- \\/ O | | \\ |F
|
||||
'-F -<_. \\ .-' `-' L__
|
||||
__J _ _. >-' )._. |-'
|
||||
`-|.' /_. \\_| F
|
||||
/.- . _.<
|
||||
/' /.' .' `\\
|
||||
/L /' |/ _.-'-\\
|
||||
/'J ___.---'\\|
|
||||
|\\ .--' V | `. `
|
||||
|/`. `-. `._)
|
||||
/ .-.\\
|
||||
VK \\ ( `\\
|
||||
`.\\
|
||||
|
||||
"""
|
||||
return the_cow
|
||||
end
|
Loading…
Reference in a new issue