summaryrefslogtreecommitdiffstats
path: root/README
blob: a9ec15d1df5e370354fc6fe43fa3c60c3d6ed8aa (plain)
1
2
3
4
5
6
7
My first quine, a bit late in my career, but I felt like doing it one lunch break.

make builds the quine from its constituent parts to make editing it easier.

The resulting `cquine.c` is the source and `cquine` is the quine binary.
Running `cquine` should result in an output identical to `cquine.c`. You can
verify this by running `test`.