Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 128 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 128 Bytes

Variables

This tutorial introduces you to the following concepts in Rust:

  • Variables
  • Mutability
  • Scopes
  • Shadowing