From d7beb839a606c387770b1085b3699b319bfaadf1 Mon Sep 17 00:00:00 2001 From: Jasna Suresh Date: Wed, 9 Oct 2019 13:24:52 +0530 Subject: [PATCH] Added a Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..84d5117 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# codeforces_cpp +This is a repository that contains all the problems that I solved in C++ on Codeforces. +It would be useful for anyone enthusiastic about problem solving and can use it as a reference. +Happy coding!