Sha256: f45c33d3b22a9979e7fbf2ca71f09ed442e4622836ae1b27efc0d2203690b938
Contents?: true
Size: 438 Bytes
Versions: 14
Compression:
Stored size: 438 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 test_spec.cr ``` 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
14 entries across 14 versions & 1 rubygems