summaryrefslogtreecommitdiff
path: root/exercises/functions/README.md
blob: 66547bd49d211c5103504c585d874154086f605a (plain)
1
2
3
4
5
6
7
# Functions

Here, you'll learn how to write functions and how Rust's compiler can trace things way back.

## Further information

- [How Functions Work](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html)