A WIP Crystal Koans

Build Status

Crystal is a really amazing coding language. Crystal is all that I desire a language be. So, let's spread the knowledge and start learning about Crystal!

This crystal koans are inspired on edgecase/ruby_koans, thank you so much.

Installation

  1. You should install Crystal compiler first
  2. Clone this repo:
git clone https://github.com/arandilopez/crystal_koans.git

TODO Other instructions here

Usage

TODO Write usage instructions here

Development

TODO Write development instructions here

Contributing

  1. Fork it ( https://github.com/arandilopez/crystal_koans/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors