Skip to content

Instantly share code, notes, and snippets.

@wacko
Last active December 10, 2015 22:28
Show Gist options
  • Save wacko/4501809 to your computer and use it in GitHub Desktop.
Save wacko/4501809 to your computer and use it in GitHub Desktop.
Ruby Quine
DATA.rewind
puts DATA.read
__END__
@wacko
Copy link
Author

wacko commented Jan 10, 2013

Quine: Computer program which takes no input and produces a copy of its own source code as its only output
http://en.wikipedia.org/wiki/Quine_(computing)

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