1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-09-22 21:43:14 -04:00

redo the section readmes

This commit is contained in:
liv 2019-01-23 21:02:06 +01:00
commit a49a22071a
10 changed files with 68 additions and 14 deletions
exercises/variables

View file

@ -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.
### 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)