Skip to content

Instantly share code, notes, and snippets.

@clicube
Last active December 18, 2015 12:18
Show Gist options
  • Save clicube/5781829 to your computer and use it in GitHub Desktop.
Save clicube/5781829 to your computer and use it in GitHub Desktop.
my first quine
s=%(s=%(X);s.sub!('X',s);puts s);s.sub!('X',s);puts s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment