From 2706bca027b002bd0a1d4518898403db1bfc765e Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:32:41 +0530 Subject: [PATCH] Added playgrounds for C++ (#11590) * Added playgrounds for C++ * Update free-programming-playgrounds.md * Update free-programming-playgrounds.md --- more/free-programming-playgrounds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index 007be8b92..d96552ee9 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -98,6 +98,8 @@ ### C++ +* [C++ Shell](https://cpp.sh) +* [Codapi](https://codapi.org/cpp) * [Coding Blocks](https://ide.codingblocks.com) * [Coding Minutes](https://ide.codingminutes.com) * [Compiler Explorer](https://godbolt.org)