Skip to content

Instantly share code, notes, and snippets.

@piaoger
Last active October 18, 2016 06:50
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 piaoger/0235759b539dbc9111ddce9564d572ab to your computer and use it in GitHub Desktop.
Save piaoger/0235759b539dbc9111ddce9564d572ab to your computer and use it in GitHub Desktop.
rust-into: hello
// https://play.rust-lang.org/
// https://is.gd/VHQlvO
// Line comments which go to the end of the line.
/* Block comments which go to the closing delimiter. */
fn main () {
// hello world
println!("hello world, {}!", "piaoger");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment