2023-12-09 00:25:20 +02:00

8 lines
232 B
Markdown

# Tests
Going out of order from the book to cover tests -- many of the following exercises will ask you to make tests pass!
## Further information
- [Writing Tests](https://rust-book.cs.brown.edu/book/ch11-01-writing-tests.html)