Skip to content

Instantly share code, notes, and snippets.

@BobGneu
Created February 7, 2018 20:23
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 BobGneu/d373a5361ede9200603e13cf354735c9 to your computer and use it in GitHub Desktop.
Save BobGneu/d373a5361ede9200603e13cf354735c9 to your computer and use it in GitHub Desktop.
Rust Intro - What's in main
fn main() {
println!("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment