Skip to content

Instantly share code, notes, and snippets.

@Meyermagic
Created April 8, 2018 04:24
Show Gist options
  • Save Meyermagic/40892a18c3e92162c0533caf02217260 to your computer and use it in GitHub Desktop.
Save Meyermagic/40892a18c3e92162c0533caf02217260 to your computer and use it in GitHub Desktop.
Quine I wrote a while back. 85 characters
fn main(){(|a|print!("{}({:?})}}",a,a))("fn main(){(|a|print!(\"{}({:?})}}\",a,a))")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment