commit 08617b6d1750d7f4ded553a9d4c6860260045539 Author: Abdelrahman Said Date: Sun Mar 16 23:48:44 2025 +0000 Setup repo 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