From a43945162463081685834afc7056e73006bc18de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Can=20Alag=C3=B6z?= Date: Sun, 25 Sep 2022 14:53:11 +0300 Subject: [PATCH] Create README Create README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfe40f1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# codeforwin_c_exercises +This repository contains answers of Codeforwin C exercises. +I am very grateful to Pankaj Prakash for providing us with these exercises.