Last active
October 18, 2016 06:50
-
-
Save piaoger/0235759b539dbc9111ddce9564d572ab to your computer and use it in GitHub Desktop.
rust-into: hello
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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