Skip to content

Instantly share code, notes, and snippets.

@longouyang
Created April 10, 2011 03:29
Show Gist options
  • Save longouyang/912018 to your computer and use it in GitHub Desktop.
Save longouyang/912018 to your computer and use it in GitHub Desktop.
A small quine in Ruby
def p(x) puts x + 'p ' + 34.chr + x + 34.chr end; p "def p(x) puts x + 'p ' + 34.chr + x + 34.chr end; "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment