From 87402cbc2d11fdab52dfed587859c9e21b913d94 Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Mon, 15 Jun 2026 21:52:24 +0200 Subject: [PATCH] Adding a short description of this repo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba44359 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# noid + +Implementation in Go of the Noid utility (Perl). + +The goal is to learn how the original Noid is working.