Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created August 18, 2019 15:55
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 rust-play/dbace8d9dd26cb3403717402a12f4d52 to your computer and use it in GitHub Desktop.
Save rust-play/dbace8d9dd26cb3403717402a12f4d52 to your computer and use it in GitHub Desktop.
Code shared from the Rust Playground
fn main() {
println!("{}", i32::max_value());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment