diff options
Diffstat (limited to 'exercises/functions')
| -rw-r--r-- | exercises/functions/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/functions/README.md b/exercises/functions/README.md new file mode 100644 index 0000000..c40755b --- /dev/null +++ b/exercises/functions/README.md @@ -0,0 +1,7 @@ +### 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) |
