https://github.com/burz/quine
Self-replicating programs
https://github.com/burz/quine
Last synced: about 2 months ago
JSON representation
Self-replicating programs
- Host: GitHub
- URL: https://github.com/burz/quine
- Owner: burz
- License: mit
- Created: 2014-12-04T04:13:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T02:45:34.000Z (over 9 years ago)
- Last Synced: 2025-01-14T12:52:41.952Z (4 months ago)
- Language: C
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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