Sha256: ba9bda4d19e1289c624f126e2f0605a0864e95c53bcce1eb2486418b9922cc20
Contents?: true
Size: 739 Bytes
Versions: 181
Compression:
Stored size: 739 Bytes
Contents
# Bracket Push Given a string containing brackets `[]`, braces `{}` and parentheses `()`, verify that all the pairs are matched and nested correctly. ## 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`. ## Source Ginna Baker ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
181 entries across 181 versions & 1 rubygems