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)