Skip to content

Instantly share code, notes, and snippets.

@NilsIrl
Created July 8, 2022 06:21
Show Gist options
  • Save NilsIrl/01235a7848142602ad53a1cbb7b99fe6 to your computer and use it in GitHub Desktop.
Save NilsIrl/01235a7848142602ad53a1cbb7b99fe6 to your computer and use it in GitHub Desktop.
fn main() {
let s = r##"fn main() {
let s = ?;
let s = s.replacen("?", &format!("r{}\"{}\"{}", concat!("#", "#"), s, concat!("#", "#")), 1);
println!("{}", s);
}"##;
let s = s.replacen("?", &format!("r{}\"{}\"{}", concat!("#", "#"), s, concat!("#", "#")), 1);
println!("{}", s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment