rustlings

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

README.md (244B)


      1 # If
      2 
      3 `if`, the most basic (but still surprisingly versatile!) type of control flow, is what you'll learn here.
      4 
      5 ## Further information
      6 
      7 - [Control Flow - if expressions](https://doc.rust-lang.org/book/ch03-05-control-flow.html#if-expressions)