Skip to content

Instantly share code, notes, and snippets.

@rahul-thakoor
Created June 30, 2018 19:04
Show Gist options
  • Save rahul-thakoor/2dc72c16c57c4fd594bb648bd30452a4 to your computer and use it in GitHub Desktop.
Save rahul-thakoor/2dc72c16c57c4fd594bb648bd30452a4 to your computer and use it in GitHub Desktop.
#![allow(unused)]
fn main() {
let string = r##"He said, "I want to include "# in the sentence"."##; // " He said, "I want to include "# in the sentence".
println!("{}", string);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment