Quine
s = ' s = % r ; p r i n t ( s % % s ) ' ; p r i n t ( s % s ) Thirty-one characters. Run it in Python and it prints itself. Not a description of itself. Not a summary or a hash. Its exact source code, character for character, including the quotes, including the s=, including the print. The output is the input. The program is its own product. ...