Skip to content

Instantly share code, notes, and snippets.

@goldcoders
Created August 20, 2023 16:08
Show Gist options
  • Save goldcoders/73835d66198963875f12d1018116f2db to your computer and use it in GitHub Desktop.
Save goldcoders/73835d66198963875f12d1018116f2db to your computer and use it in GitHub Desktop.
Rust bootcamp
fn main() {
let x = 5;
println!("x has the value {}", x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment