summaryrefslogtreecommitdiff
path: root/exercises/functions/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/functions/README.md')
-rw-r--r--exercises/functions/README.md7
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)