1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-17 00:07:35 +02:00

redo the section readmes

This commit is contained in:
liv
2019-01-23 21:02:06 +01:00
parent dc1f3b79f8
commit a49a22071a
10 changed files with 68 additions and 14 deletions

View File

@ -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)