Skip to content

Instantly share code, notes, and snippets.

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