Skip to content

Instantly share code, notes, and snippets.

@riccardogiorato
Created October 22, 2019 13:05
Show Gist options
  • Save riccardogiorato/14345d4e8f6bf19b5d5f3afa724713c3 to your computer and use it in GitHub Desktop.
Save riccardogiorato/14345d4e8f6bf19b5d5f3afa724713c3 to your computer and use it in GitHub Desktop.
fn main() {
let _height: u8 = 8;
let _height128: u128 = 1024;
let _float32: f32 = 3.45;
let _thisisfalse: bool = false;
let _char: char = '@';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment