rustlings/exercises/tests
Sangeeth Sudheer 0b44d9d739
tests and iterators
2024-02-10 23:06:11 +05:30
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
tests1.rs tests and iterators 2024-02-10 23:06:11 +05:30
tests2.rs tests and iterators 2024-02-10 23:06:11 +05:30
tests3.rs tests and iterators 2024-02-10 23:06:11 +05:30
tests4.rs tests and iterators 2024-02-10 23:06:11 +05:30

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