crystal_koans

Version, currently master branch1 version
  • master branchlatestApr 14, 2018

github.com/arandilopez/crystal_koans

A WIP Crystal Koans

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal_koans:
    github: arandilopez/crystal_koans
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.24.1
License
MIT
Author
Arandi Lopez
Target
  • crystal_koans from src/crystal_koans.cr

Dependencies

This version declares no dependencies.

README

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