Sha256: 8783ecc5a6a69987994d5ef08b440fcbc2b853ff0a34abab4402f59ee531a5d3
Contents?: true
Size: 425 Bytes
Versions: 308
Compression:
Stored size: 425 Bytes
Contents
## Setup Follow the setup instructions for Crystal here: http://exercism.io/languages/crystal More help installing can be found here: http://crystal-lang.org/docs/installation/index.html ## Making the Test Suit Pass Execute the tests with: ```bash $ crystal spec ``` In each test suite all but the first test have been skipped. Once you get a test passing, you can unskip the next one by changing `pending` to `it`.
Version data entries
308 entries across 308 versions & 1 rubygems