Write a program that prints itself.
(In reply to
re: Ruby solution by Sam)
> Am I wrong?
Yes. ;)
The dump method of the string class returns the string in a representation that can be evaluated by the ruby interpreter to get the original string, including the quotation marks needed for that.