What a Quine is (or maybe it's just an example of one...I could check up on that but I'm lazy) is a program that prints itself out...line for line, character for character. The trick is, it's not allowed to read outside of the program in any way, even indirectly, so going to memory or reading the file or inputting from the console doesn't work. The program itself has to have the ability to print itself out...
Then, I've heard of the legendary multi-Quines...Quines that print different versions of their own program in different programming languages while still being able to print itself out in its current language...Ack! o.O I'm not even going to *try* to do that...for now anyways.



