World's Smallest Quine, "Guaranteed"

added by JavaScript Kicks
10/16/2018 7:47:38 AM

476 Views

A quine in computer science is a program which takes no input and produces a copy of its source code as its only output. There are "quine relays" or "ouroboros programs" which produce a chain of continuous files in different programming languages, eventually coming back to the original source code.


0 comments