From 48e01d6446d87605ec73c2883d89fcbc0865e5f2 Mon Sep 17 00:00:00 2001 From: Amir Farukshin Date: Wed, 28 Jul 2021 13:15:40 +0300 Subject: [PATCH] #1125 add online compiler CodeChef --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73f882a..5e673a6 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab