Quines

A quine is a program whose execution consists of the writing out of its own source code. They say that it is possible to write a quine in any Turing-complete language capable of generating arbitrary text output; however, it's actually quite simple to come up with a counter-example.

Here are some quines, mostly of my own creation: