From 34d210d2acf81d287761c4e849b589d2cc4a5383 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 10 Aug 2025 22:39:36 +0100 Subject: [PATCH] Add README --- base64/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 base64/README.md diff --git a/base64/README.md b/base64/README.md new file mode 100644 index 0000000..7211bac --- /dev/null +++ b/base64/README.md @@ -0,0 +1,3 @@ +# Odin testing projects + +Recreating the projects from [intro-to-zig](https://git.thewizardapprentice.com/abdelrahman/intro-to-zig) in Odin