Created
July 21, 2020 21:17
-
-
Save Aceeri/81a63e2aef5c42f96e26ea76a32c8228 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
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