Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active September 25, 2016 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dumindu/058f95a4336c9f3776d6 to your computer and use it in GitHub Desktop.
Save dumindu/058f95a4336c9f3776d6 to your computer and use it in GitHub Desktop.
let a = true;
let b: bool = true;
let (x, y) = (1, 2);
let mut z = 5;
z = 6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment