1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-23 00:28:46 +02:00
Files
rustlings/exercises/functions/README.md
Jean-Philippe Moresmau 4e3bd8d51b Renamed readme files properly
2019-01-29 21:19:04 +01:00

8 lines
223 B
Markdown

### Functions
Here, you'll learn how to write functions and how Rust's compiler can trace things way back.
#### Book Sections
- [How Functions Work](https://doc.rust-lang.org/stable/book/ch03-03-how-functions-work.html)