From 8d51757e02818146b05c805b81e167f118fca7dc Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Tue, 12 Nov 2024 13:36:10 +0000 Subject: The quine --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README (limited to 'README') 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`. -- cgit v1.2.3-54-g00ecf