Add cowsaid
/cowthunk
to README
This commit is contained in:
parent
73ca0c6120
commit
96d3e2416e
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -59,6 +59,23 @@ julia> cowthink("The farmers who have no livestock,\ntheir lives simply aren't t
|
||||||
|| ||
|
|| ||
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want to use talking cows in your program, use the `cowsaid` and
|
||||||
|
`cowthunk` functions to get strings of the cow art.
|
||||||
|
|
||||||
|
```julia-repl
|
||||||
|
julia> @info string("\n", cowsaid("And the longhorns lowed him a welcome\nAs a new voice cried from the buckboard"))
|
||||||
|
┌ Info:
|
||||||
|
│ _________________________________________
|
||||||
|
│ / And the longhorns lowed him a welcome \
|
||||||
|
│ \ As a new voice cried from the buckboard /
|
||||||
|
│ -----------------------------------------
|
||||||
|
│ \ ^__^
|
||||||
|
│ \ (oo)\_______
|
||||||
|
│ (__)\ )\/\
|
||||||
|
│ ||----w |
|
||||||
|
└ || ||
|
||||||
|
```
|
||||||
|
|
||||||
There are also plenty of [unexported Cowfiles] that you can use to customize
|
There are also plenty of [unexported Cowfiles] that you can use to customize
|
||||||
your art.
|
your art.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue