Created
October 22, 2019 13:05
-
-
Save riccardogiorato/14345d4e8f6bf19b5d5f3afa724713c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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