Description
A collection of ASCII cows. Moo.
Description
Please see README.md
README.md
cows
400+ ASCII 🐮s
> import Cows (randomCow)
> import Data.Random.RVar (runRVar)
> import Data.Random.Source.DevRandom (DevRandom(DevURandom))
> import qualified Data.Text.IO as TIO
> TIO.putStrLn =<< runRVar randomCow DevURandom
(__)
(oo)
/-------\/__
/ | |__\/ \~~~~~~~/
* ||----| \_____/
^^ ^
Cow punch
See Also
License
MIT © Sindre Sorhus & Pascal Hartig.