Skip to content

Instantly share code, notes, and snippets.

@mickey24
Created January 30, 2011 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mickey24/802904 to your computer and use it in GitHub Desktop.
Save mickey24/802904 to your computer and use it in GitHub Desktop.
Quine in Ruby
str = "str = %c%s%c; printf str, 34, str, 34"; printf str, 34, str, 34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment