A simple guessing game created to learn the Crystal lang
$ crystal src/guessing_game.cr
$ crystal build src/guessing_game.cr --release
- Fork it ( https://github.com/GreMendes/guessing_game/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- GreMendes Gregory Mendes - creator, maintainer