rustlings/exercises/tests
poneciak c4974ac782 added required changes
- fixed grammar in hint and added more specific link
- added comments in test functions
- changed introduction paragraph
2023-04-05 13:09:13 +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
tests4.rs added required changes 2023-04-05 13:09:13 +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