Skip to content

Instantly share code, notes, and snippets.

@Aceeri
Created July 21, 2020 21:17
Show Gist options
  • Save Aceeri/81a63e2aef5c42f96e26ea76a32c8228 to your computer and use it in GitHub Desktop.
Save Aceeri/81a63e2aef5c42f96e26ea76a32c8228 to your computer and use it in GitHub Desktop.
static C:&str="println!(\"static C:&str={:?};\",C); println!(\"fn main(){{{}}}\",C);";
fn main(){println!("static C:&str={:?};",C); println!("fn main(){{{}}}",C);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment