summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a9ec15d
--- /dev/null
+++ b/README
@@ -0,0 +1,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`.