Skip to content

Instantly share code, notes, and snippets.

@jyapayne
Created April 29, 2019 13:43
Show Gist options
  • Save jyapayne/17a14ad07928277fe60fa9fc0eff4d35 to your computer and use it in GitHub Desktop.
Save jyapayne/17a14ad07928277fe60fa9fc0eff4d35 to your computer and use it in GitHub Desktop.
Rust hello world
fn main() {
println!("Hello World!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment