mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-09 01:19:16 -04:00
redo the section readmes
This commit is contained in:
parent
dc1f3b79f8
commit
a49a22071a
10 changed files with 68 additions and 14 deletions
exercises/functions
|
@ -1 +1,7 @@
|
|||
For this exercise check out the chapter [Functions](https://doc.rust-lang.org/book/2018-edition/ch03-03-how-functions-work.html) of the Rust Book.
|
||||
### 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue