Skip to content

Instantly share code, notes, and snippets.

@padde
Last active December 20, 2015 07:49
Show Gist options
  • Select an option

  • Save padde/6096419 to your computer and use it in GitHub Desktop.

Select an option

Save padde/6096419 to your computer and use it in GitHub Desktop.
A little Quine
puts a=[<<-X*2,?X]
puts a=[<<-X*2,?X]
X
@padde

padde commented Aug 1, 2014

Copy link
Copy Markdown
Author

Output:

puts a=[<<-X*2,?X]
puts a=[<<-X*2,?X]
X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment