mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
102d7f3d0e
also fixed small logical issue in `Rectangle::new()` where u could create rectangle with width or height equals 0 |
||
---|---|---|
.. | ||
README.md | ||
tests1.rs | ||
tests2.rs | ||
tests3.rs | ||
tests4.rs |
Tests
Going out of order from the book to cover tests -- many of the following exercises will ask you to make tests pass!