From c859c73d032368ededf816565e3e1ecdafc96ebb Mon Sep 17 00:00:00 2001 From: Prasanthpadp <76952704+Prasanthpadp@users.noreply.github.com> Date: Wed, 12 Jan 2022 19:13:38 +0530 Subject: [PATCH] Added New Compiler Resource to C++ (#6664) * Added New Compiler Resource to C++ Updated a C++ online compiler list with a free and easy to to use online resource. * Updated the link. --- more/free-programming-playgrounds.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index cf726537a..77b3ce5ef 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -69,6 +69,7 @@ ### C++ * [Coding Minutes](https://ide.codingminutes.com) +* [InterviewBit](https://www.interviewbit.com/online-cpp-compiler/) * [LabStack](https://code.labstack.com/cpp) * [OnlineGDB](https://www.onlinegdb.com/online_c++_compiler) * [SoloLearn](https://code.sololearn.com/cpp)