From 08617b6d1750d7f4ded553a9d4c6860260045539 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sun, 16 Mar 2025 23:48:44 +0000 Subject: [PATCH] Setup repo --- .gitignore | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a34fb9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +uuid4 +compile_commands.json +*.dSYM +.cache diff --git a/README.md b/README.md new file mode 100644 index 0000000..92f2b0d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# UUID4 Generator + +Incomplete test implementation of a UUID4 generator