Before:
After


Execute Quine


What is a Quine? According to wiki, “A quine is a 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)). Well this is a special type of quine in which the source code uses only the following characters:
{}()+* <[]$_.-/\",=&';!
The text box on the left has the original script, when you run the Quine, its output will be placed on the right. Try it for yourself.