Quine? Quoi?
A quine is a computer program that, when run, prints out its own source code. Programs such as print(open(__file__).read()) that read …
Software projects, run reports, cycle trips, and other thoughts...
A quine is a computer program that, when run, prints out its own source code. Programs such as print(open(__file__).read()) that read …