diff options
| author | liv <liv@fastmail.com> | 2019-01-23 21:02:06 +0100 |
|---|---|---|
| committer | liv <liv@fastmail.com> | 2019-01-23 21:02:06 +0100 |
| commit | a49a22071ab0c675e43e03ab9c08b0153d8f9c74 (patch) | |
| tree | 20348ceb53e94aca5a63c207b6685f0501f1f03f /exercises/variables | |
| parent | dc1f3b79f8b528659e39057ac733d07e1051bc4d (diff) | |
redo the section readmes
Diffstat (limited to 'exercises/variables')
| -rw-r--r-- | exercises/variables/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/exercises/variables/README.md b/exercises/variables/README.md index 574c162..6ae26cb 100644 --- a/exercises/variables/README.md +++ b/exercises/variables/README.md @@ -1 +1,7 @@ -For this exercise checkout the section [Variables and Mutability](https://doc.rust-lang.org/book/2018-edition/ch03-01-variables-and-mutability.html) of the Rust Book.
\ No newline at end of file +### Variables + +Here you'll learn about simple variables. + +#### Book Sections + +- [Variables and Mutability](https://doc.rust-lang.org/stable/book/ch03-01-variables-and-mutability.html) |
