diff options
Diffstat (limited to 'exercises/tests')
| -rw-r--r-- | exercises/tests/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exercises/tests/README.md b/exercises/tests/README.md new file mode 100644 index 0000000..9919995 --- /dev/null +++ b/exercises/tests/README.md @@ -0,0 +1,3 @@ +Going out of order from the book to cover tests -- many of the following exercises will ask you to make tests pass! + +For this exercise check out the section [How to Write Tests](https://doc.rust-lang.org/book/second-edition/ch11-01-writing-tests.html) of the Rust Book.
\ No newline at end of file |
