From a49a22071ab0c675e43e03ab9c08b0153d8f9c74 Mon Sep 17 00:00:00 2001 From: liv Date: Wed, 23 Jan 2019 21:02:06 +0100 Subject: redo the section readmes --- exercises/functions/REAMDE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'exercises/functions') diff --git a/exercises/functions/REAMDE.md b/exercises/functions/REAMDE.md index 70555a1..c40755b 100644 --- a/exercises/functions/REAMDE.md +++ b/exercises/functions/REAMDE.md @@ -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. \ No newline at end of file +### 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) -- cgit v1.2.3