Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 438 Bytes

gauntlet

I'm throwing it down!

How to play

The problems are defined as classes in the problems directory. There are comments in each describing the challenge!

There are tests for every problem in the test directory. Run them by running rake problems:run[1] (replace 1 with the number of the problem you are working on).

Note: If you're running zsh, you'll need to escape the brackets: rake problems:run\[1\]