Created
June 30, 2018 19:04
-
-
Save rahul-thakoor/2dc72c16c57c4fd594bb648bd30452a4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#![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