#1125 add online compiler CodeChef

This commit is contained in:
Amir Farukshin
2021-07-28 13:15:40 +03:00
parent f628f7d744
commit 48e01d6446

View File

@@ -993,6 +993,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## Online Compiler
*List of online C or C++ compilers*
* [codechef](https://www.codechef.com/ide) - A simple online compiler CodeChef.
* [codepad](http://codepad.org/) - An online compiler/interpreter, and a simple collaboration tool.
* [coliru](http://coliru.stacked-crooked.com/) - Online compiler/shell with support for various C++ compilers.
* [Compiler Explorer](http://gcc.godbolt.org/) - An interactive compiler with assembly output available.