From b1f4fbf64cd3fd36b1c60a0541cb689a412369e9 Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Wed, 17 Jun 2026 10:39:19 +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..0e46a5f --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# noid + +Implementation in Python of the Noid utility (Perl). + +The goal is to learn how the original Noid is working.