Skip to content

Instantly share code, notes, and snippets.

@akostadinov
Created January 26, 2017 09:42
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 akostadinov/0565f30d2bbd3e35ef21b3c1e14ec132 to your computer and use it in GitHub Desktop.
Save akostadinov/0565f30d2bbd3e35ef21b3c1e14ec132 to your computer and use it in GitHub Desktop.
my first suboptimal ruby quine
pr = %q{puts %{pr = %q{#{pr}}}, pr}
puts %{pr = %q{#{pr}}}, pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment