From 675fcbf3a120e4871720b086a201206fa9a7a296 Mon Sep 17 00:00:00 2001 From: S-ishita <104543751+S-ishita@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:21:26 +0530 Subject: [PATCH] chore: added rextester (#1586) * rextester added * Update database/frontend/online-code-editors.json --------- Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com> --- database/frontend/online-code-editors.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/online-code-editors.json b/database/frontend/online-code-editors.json index 05237d75a..6b0e62211 100644 --- a/database/frontend/online-code-editors.json +++ b/database/frontend/online-code-editors.json @@ -118,6 +118,13 @@ "category": "frontend", "subcategory": "online-code-editors" }, + { + "name": "Rextester IDE", + "description": "With Rextester, you can create a execution command for the program along with code compilation.", + "url": "https://rextester.com/", + "category": "frontend", + "subcategory": "online-code-editors" + }, { "name": "CS Academy", "description": "In addition to code compilation and execution, this source consists of workspaces",