From 589464f260fc8de9d161d26f027ed0cc45225c28 Mon Sep 17 00:00:00 2001 From: 256018 <47993921+256018@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:08:44 +0530 Subject: [PATCH] Update README.md --- Example_Programs/Challenges/Colored_box/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Example_Programs/Challenges/Colored_box/README.md b/Example_Programs/Challenges/Colored_box/README.md index 5d0a7dbd..c9e52edc 100644 --- a/Example_Programs/Challenges/Colored_box/README.md +++ b/Example_Programs/Challenges/Colored_box/README.md @@ -27,3 +27,6 @@ A Box is associated with following attributes: * Follow Modular programming and multifile approach * Create Makefile with targets for compiling and testing, analysis and coverage. * Follow best practices while writing the code. + +## Solutions +* By [Rohan Gupta](https://github.com/256018/Box_Code)