From 6e41e2d9d05fccd91b1ebde08227fed4869ebe0c Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Fri, 18 Aug 2023 23:36:17 +0300 Subject: [PATCH] README added --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fab253 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# printf +~~This took printf("Hello world") and made it difficult~~ +Group project to implement printf from scratch +## Structure +`test/` where all the tests lay + +## Building **TODO**