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:
parent
dc1f3b79f8
commit
a49a22071a
10 changed files with 68 additions and 14 deletions
exercises/variables
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue