mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Add directions on running tests
This commit is contained in:
parent
3a172ccf30
commit
6e71d20086
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
// Tests are important to ensure that your code does what you think it should do.
|
||||
// Tests can be run on this file with the following command:
|
||||
// rustc --test tests1.rs
|
||||
|
||||
// This test has a problem with it -- make the test compile! Make the test
|
||||
// pass! Make the test fail! Scroll down for hints :)
|
||||
|
||||
|
|
Loading…
Reference in a new issue