rustlings/exercises/17_tests
2024-06-27 17:29:33 +02:00
..
README.md Update Exercises Directory Names to Reflect Order 2023-10-16 07:37:12 -04:00
tests1.rs tests1 solution 2024-06-27 16:29:03 +02:00
tests2.rs tests2 solution 2024-06-27 16:40:26 +02:00
tests3.rs Remove tests3 and add solution to tests4 2024-06-27 17:29:33 +02:00

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