Merge pull request #1346 from TIGGERKUB/master

Add an online compiler link
This commit is contained in:
Sonkeng Maldini
2022-10-20 09:25:36 +01:00
committed by GitHub

View File

@@ -767,6 +767,7 @@ When learning CS, there are some useful sites you must know to get always inform
- [JSBin](https://jsbin.com/) : Front end playground, Output is not framed, so it allows you to share those snippets that will break inside an iframe.
- [Judge0 IDE](https://ide.judge0.com) : Online compiler with 40+ interpreters and compilers.
- [Pastebin.com](https://pastebin.com) : Pastebin can store texts like code, notes, and snippets online for a set time which can be shared instantly.
- [PlayCode](https://playcode.io/) : Online Javascript playground with a built-in console and support for npm packages.
- [C9.io](https://c9.io) : Your development environment, in the cloud
- [Github Gist](https://gist.github.com) : Instantly share code, notes, and snippets.
- [Coder](https://coder.com) : A Web-based development environment using Visual Studio Code as a code editor