https://github.com/hungneox/meowify
50,000 Meows - rewritten in go
https://github.com/hungneox/meowify
fun go golang nanogenmo
Last synced: 5 months ago
JSON representation
50,000 Meows - rewritten in go
- Host: GitHub
- URL: https://github.com/hungneox/meowify
- Owner: hungneox
- Created: 2017-09-25T22:08:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T21:58:51.000Z (over 7 years ago)
- Last Synced: 2025-01-01T22:11:55.230Z (5 months ago)
- Topics: fun, go, golang, nanogenmo
- Language: Go
- Size: 112 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
50,000 Meows _rewritten in go_
-----
Inspired by [meow.py](https://github.com/hugovk/meow.py) project. It was an entry for [NaNoGenMo 2014](https://github.com/dariusk/NaNoGenMo-2014/)
> Spend the month of November writing code that generates a novel of 50k+ words.
The rules says:
> The "novel" is defined however you want. It could be 50,000 repetitions of the word "meow". It could literally grab a random novel from Project Gutenberg. It doesn't matter, as long as it's 50k+ words.
Build
-----```
go build meowify.go
```Usage
-----```
./meowify -t -f input.txt > output.txt
```# Sample
## Input
```
Roses are red,
Violets are blue,
Sugar is sweet,
And so are you.
```## Ouput
```
Meeow meo meo,
Meeeoow meo meow,
Meeow me meeow,
Meo me meo meo.
```