rustlings/exercises/tests
mokou 016d718a28 feat(tests): add hint comments 2022-07-14 18:15:47 +02:00
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
tests1.rs feat(tests): add hint comments 2022-07-14 18:15:47 +02:00
tests2.rs feat(tests): add hint comments 2022-07-14 18:15:47 +02:00
tests3.rs feat(tests): add hint comments 2022-07-14 18:15:47 +02:00

README.md

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