Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 371 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 371 Bytes

Functions

Here, you'll learn how to write functions and how the Rust compiler can help you debug errors even in more complex code. You will also learn what is the difference with closures.

Further information