From acffe8a98a1897114175c51983f5ef253657f37c Mon Sep 17 00:00:00 2001 From: angel Date: Sat, 11 May 2024 16:38:41 -0500 Subject: [PATCH] GitHub Codespaces added GitHub Codespaces to Online Compiler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb83ad01..593060ea 100644 --- a/README.md +++ b/README.md @@ -789,6 +789,7 @@ When learning CS, there are some useful sites you must know to get always inform - [CodePad](https://codepad.remoteinterview.io) : Code editor to try, test and run 25+ languages - [Coder](https://coder.com) : A Web-based development environment using Visual Studio Code as a code editor - [Codesandbox.io](https://codesandbox.io) : CodeSandbox makes it easier to create, share, and reuse React projects with others. +- [Github Codespaces](https://github.com/codespaces) : Integrated cloud-based IDE directly to your browser. - [Github Gist](https://gist.github.com) : Instantly share code, notes, and snippets. - [Godbolt.org](https://godbolt.org) : Excellent tool for exploring the assembly output of different compilers with and without optimization. - [Ideone.com](https://ideone.com) : online compiler and debugging tool for more than 60 programming languages