https://github.com/hellerve/cowsay.carp
cowsay, in Carp
https://github.com/hellerve/cowsay.carp
Last synced: 5 months ago
JSON representation
cowsay, in Carp
- Host: GitHub
- URL: https://github.com/hellerve/cowsay.carp
- Owner: hellerve
- Created: 2019-04-16T11:55:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T09:27:03.000Z (about 5 years ago)
- Last Synced: 2025-04-05T22:43:53.324Z (12 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support.h
Awesome Lists containing this project
README
# cowsay.carp
A Carp implementation of [`cowsay`](https://en.wikipedia.org/wiki/Cowsay).
The placing of newlines is a little heuristic that I thought of myself. It’s not
designed to mimic how the original `cowsay` does, but it should look relatively
similiar.
Have fun!