Skip to content

Instantly share code, notes, and snippets.

@gmorenz
Last active August 29, 2015 14:03
Show Gist options
  • Save gmorenz/35889357361e87ea16f3 to your computer and use it in GitHub Desktop.
Save gmorenz/35889357361e87ea16f3 to your computer and use it in GitHub Desktop.
fn f( x: uint ) {}
fn main() {
let w: u32 = 10;
let h: u32 = 9;
f(w as uint * h as uint);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment