Add cheese cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
26fba4a469
commit
0127742ed4
1 changed files with 27 additions and 0 deletions
27
src/cows/cheese.cow.jl
Normal file
27
src/cows/cheese.cow.jl
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
##
|
||||||
|
## The cheese from milk & cheese
|
||||||
|
##
|
||||||
|
function cheese(;eyes="oo", tongue=" ", thoughts="\\")
|
||||||
|
the_cow =
|
||||||
|
"""
|
||||||
|
$thoughts
|
||||||
|
$thoughts
|
||||||
|
_____ _________
|
||||||
|
/ \\_/ |
|
||||||
|
| ||
|
||||||
|
| ||
|
||||||
|
| ###\\ /### | |
|
||||||
|
| 0 \\/ 0 | |
|
||||||
|
/| | |
|
||||||
|
/ | < |\\ \\
|
||||||
|
| /| | | |
|
||||||
|
| | \\_______/ | | |
|
||||||
|
| | | / /
|
||||||
|
/|| /|||
|
||||||
|
----------------|
|
||||||
|
| | | |
|
||||||
|
*** ***
|
||||||
|
/___\\ /___\\
|
||||||
|
"""
|
||||||
|
return the_cow
|
||||||
|
end
|
Loading…
Reference in a new issue