rustlings

solving rustlings ft. dracuxan
git clone [email protected]:dracuxan/rustlings.git
Log | Files | Refs

README.md (227B)


      1 # Tests
      2 
      3 Going out of order from the book to cover tests -- many of the following exercises will ask you to make tests pass!
      4 
      5 ## Further information
      6 
      7 - [Writing Tests](https://doc.rust-lang.org/book/ch11-01-writing-tests.html)