diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-11-12 13:36:10 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-11-12 13:36:10 +0000 |
commit | 8d51757e02818146b05c805b81e167f118fca7dc (patch) | |
tree | da5d2ae457f7255a403d9665a2777f6c225ba304 /README | |
parent | 1fc39c620f2a9737851ef45ec77b2461ce1b7c30 (diff) | |
download | cquine-8d51757e02818146b05c805b81e167f118fca7dc.tar.gz cquine-8d51757e02818146b05c805b81e167f118fca7dc.tar.xz cquine-8d51757e02818146b05c805b81e167f118fca7dc.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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`. |