diff options
Diffstat (limited to 'exercises/variables/README.md')
| -rw-r--r-- | exercises/variables/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/exercises/variables/README.md b/exercises/variables/README.md new file mode 100644 index 0000000..6ae26cb --- /dev/null +++ b/exercises/variables/README.md @@ -0,0 +1,7 @@ +### 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) |
