Skip to content

Instantly share code, notes, and snippets.

Created June 14, 2016 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/70d8894d89fc1bd56ea1ecd6eac6a40f to your computer and use it in GitHub Desktop.
Save anonymous/70d8894d89fc1bd56ea1ecd6eac6a40f to your computer and use it in GitHub Desktop.
Shared via Rust Playground
fn main() {
println!("Hello everyone!");
println!(r#"First line!
We are here to learn about the language "{}", a really neat language."#,
"Rust");
println!("Multiline.\
Ignores leading whitespace and newline");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment