Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Learning about mutability

This module is me learning about mutability, shadowing, etc. in Rust. the main file is commented to explain what is going on, and why certain things work while others dont.

Compiling from source

Using cargo, run: $ cargo build, Alternatively $ cargo run