Skip to content

Instantly share code, notes, and snippets.

@tomonacci
Created February 23, 2010 02:12
Show Gist options
  • Save tomonacci/311767 to your computer and use it in GitHub Desktop.
Save tomonacci/311767 to your computer and use it in GitHub Desktop.
Quine in Ruby
printf x="printf x=%c%s%c,34,x,34",34,x,34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment