From f3e024e226d3a0837d174e73225f37a8ba344d9e Mon Sep 17 00:00:00 2001 From: Andres Parra <120739623+byandrev@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:26:00 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90583d8..dfc9c5e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Most competitive programmers prefer C++, and for [good reason](https://www.codin If you haven't already set up an IDE, you may find use for one of the following links. I personally use Sublime Text, with VS code being my second choice, but it is a matter of personal preference. * [Sublime Text](./Sublime%20Text%20Setup.md) * [VS code](https://medium.com/@chinmaykulkarni8/how-to-setup-visual-studio-code-for-c-c-java-python-competitive-programming-angular-22fdc9b1f4c6) and a [cool extension](https://github.com/agrawal-d/competitive-programming-helper/) +* [RPCIDE](https://rpcide.cloud) ## Competitive coding platforms There are many platforms that host programming contests and allow you to practice solving problems, among other things. One such platform is [Codeforces](https://codeforces.com/), which I primarily use and recommend.