From e69cbe9044139ce21c502989f90b33f063ed6314 Mon Sep 17 00:00:00 2001 From: Isaac Lewis Date: Tue, 11 Nov 2025 14:27:26 -0800 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28f4d05 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# poem, rotting + +This is a small program that slowly rots a given text file. It replaces random +characters with other unicode characters, and sometimes deletes characters and +sends them off into the internet over UDP ECHO packets. + +This program is used in a poetry project that lives here: [tilde.town/~ike/rot.html](https://tilde.town/~ike/rot.html)