Merge pull request #43 from laboon/wjl_add_test_instructions

Add directions on running tests
pull/44/head
Carol (Nichols || Goulding) 8 years ago
commit a046286bf8

@ -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…
Cancel
Save