Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created October 16, 2012 02:29
Show Gist options
  • Save bstrie/3896946 to your computer and use it in GitHub Desktop.
Save bstrie/3896946 to your computer and use it in GitHub Desktop.
const bar: int = 1,
foo: int = 4;
fn main() {
let baz: int = 0,
qux: int = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment