https://github.com/passy/cows-hs
ASCII 🐮s
https://github.com/passy/cows-hs
Last synced: about 1 year ago
JSON representation
ASCII 🐮s
- Host: GitHub
- URL: https://github.com/passy/cows-hs
- Owner: passy
- License: bsd-3-clause
- Created: 2016-07-23T10:30:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T21:21:15.000Z (about 7 years ago)
- Last Synced: 2025-04-13T23:26:31.841Z (over 1 year ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/ascii-cows
- Size: 36.1 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cows
[](https://travis-ci.org/passy/cows-hs)
> 400+ ASCII 🐮s
```haskell
> 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
- [JavaScript Cows](https://github.com/sindresorhus/cows)
- [Swift Cows](https://github.com/NozeIO/Noze.io/tree/develop/Sources/cows)
## License
MIT © [Sindre Sorhus](http://sindresorhus.com) & [Pascal Hartig](https://passy.me/)