rustlings

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

README.md (246B)


      1 # Functions
      2 
      3 Here, you'll learn how to write functions and how the Rust compiler can help you debug errors even
      4 in more complex code.
      5 
      6 ## Further information
      7 
      8 - [How Functions Work](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html)