Name: Anonymous 2018-08-09 1:10
How the fuck do you make a quine?
A quine is a program whose only output is the quine's source code in its entirety.
I guess you could just make the quine read its source from the file itself, but that almost feels like cheating. Surely there are other ways, right?
A quine is a program whose only output is the quine's source code in its entirety.
I guess you could just make the quine read its source from the file itself, but that almost feels like cheating. Surely there are other ways, right?