From edc99301a1ec3f12e974d33536b4d2918063a602 Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 26 Nov 2022 12:35:24 +0000 Subject: [PATCH] Added TODO: Add `-0`: Deliminate input and output reads and writes with ascii nul instead of \n MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for enumerate-ordered's current commit: Curse − 凶 --- TODO | 1 + 1 file changed, 1 insertion(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..ad7017f --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +Add `-0`, deliminate standard input reads and standard output writes by the ASCII nul (b'\0', 0u8) instead of a newline (b'\n')