From 2b50ee21a3efe1d50319f88bbaa3b90e4ca6605a Mon Sep 17 00:00:00 2001 From: Soorya U <100910996+soorya-u@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:40:29 +0530 Subject: [PATCH] Added Terminus (#10334) * Added Terminus * Fix: Switching the Category --- more/free-programming-playgrounds.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index 166bcba44..e9640f9e1 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -2,6 +2,7 @@ * [APL](#apl) * [Assembly](#assembly) +* [Bash](#bash) * [C](#c) * [C#](#csharp) * [C++](#cpp) @@ -65,6 +66,11 @@ * [OverTheWire](https://overthewire.org) - OverTheWire +### Bash + +* [Terminus](https://web.mit.edu/mprat/Public/web/Terminus/Web/main.html) - MIT + + ### C * [InterviewBit - Online C Compiler IDE](https://www.interviewbit.com/online-c-compiler/)