An open API service indexing awesome lists of open source software.

https://github.com/burz/quine

Self-replicating programs
https://github.com/burz/quine

Last synced: about 2 months ago
JSON representation

Self-replicating programs

Awesome Lists containing this project

README

        

quine
===============

Run `make` to produce replicator and replicator.min. Thereafter, running `./replicator [filename]` will output its source code to
`filename` or otherwise `output.c`, whereas running `./replicator.min [filename]` will output its source code to `filename` or
otherwise `o.c`.

© 2014 Anthony Burzillo