diff --git a/README.md b/README.md index a7cbcb9e..9deacebf 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,8 @@ When learning CS there are some useful sites you must know to get always informe * [Kathryn Hodge ](https://www.youtube.com/channel/UC4DwZ2VXM2KWtzHjVk9M_xg/videos) : Has good videos for beginners # Online Compiler and Sharing Code snippets + * [CodePad](https://codepad.remoteinterview.io/) : Code editor to try, test and run 25+ languages + * [JSFiddle](https://jsfiddle.net/) : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor * [Ideone.com ](https://ideone.com/) * [Pastebin.com ](http://pastebin.com/) * [Godbolt.org ](https://godbolt.org/): Excellent tool for exploring the assembly output of different compilers with and without optimization.