Skip to content

Instantly share code, notes, and snippets.

@vihar
Created October 29, 2017 10:28
Show Gist options
  • Save vihar/d3eff536e28a1a8fa97c0a4be7e5ab7c to your computer and use it in GitHub Desktop.
Save vihar/d3eff536e28a1a8fa97c0a4be7e5ab7c to your computer and use it in GitHub Desktop.
fn main(){
let mut x = 5; // mut x: i32
x = 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment