Skip to content

Commit

Permalink
Include link to "Crates and Modules" guide
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoBautista committed May 21, 2015
1 parent d271d16 commit 6414b1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Refer to the exercism help page at http://help.exercism.io/getting-started-with-rust.html for Rust installation and learning resources.

## Running the Tests
## Writing the Code

Execute the tests with:

Expand All @@ -11,3 +11,5 @@ $ cargo test
```

All but the first test have been ignored. After you get the first test to pass, remove the ignore flag (`#[ignore]`) from the next test and get the tests to pass again. The test file is located in the `tests` directory. You can also remove the ignore flag from all the tests to get them to run all at once if you wish.

Make sure to read the [Crates and Modules](http://doc.rust-lang.org/stable/book/crates-and-modules.html) chapter if you haven't already, it will help you with organizing your files.

0 comments on commit 6414b1a

Please sign in to comment.