An open API service indexing awesome lists of open source software.

https://github.com/passy/cows-hs

ASCII 🐮s
https://github.com/passy/cows-hs

Last synced: about 1 year ago
JSON representation

ASCII 🐮s

Awesome Lists containing this project

README

          

# cows
[![Build Status](https://travis-ci.org/passy/cows-hs.svg?branch=master)](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/)