From 271e40a9fadf08182edf87939168ca75b60f21d4 Mon Sep 17 00:00:00 2001 From: NJL <23+njl@noreply.git.churchofmalware.org> Date: Fri, 26 Jun 2026 17:44:16 +0000 Subject: [PATCH] Add README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..261502b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# New Edited Glitch + +## Run + +``` +py main.py +``` + +Type a message at the `> ` prompt. Press **Ctrl+C** to quit. + +## How to type a message + +- End your sentence with punctuation as normal: `!`, `?`, `.`, `,`, `;`, `:`, `…` +- Put a `|` where you want that punctuation to be moved. + +Example: + +``` +Cats are |Creatures! +```