Quine

Overview

A quine is a computer program that takes no input and produces a copy of its own source code as its only output. In other words, it is a self-reproducing program. In general, every quine is divided into a template (or data) and an action (or code).

Powered by Forestry.md