From dcc8673790d7aaa7a5cb395e894ae26f5ef34716 Mon Sep 17 00:00:00 2001 From: Akash Negi <55234838+NegiAkash890@users.noreply.github.com> Date: Wed, 24 Feb 2021 18:20:50 +0530 Subject: [PATCH] Updated - README.md (#83) This commit removes the statement in the section c# which states "You could use any online IDE (for an example [.net Finddle](https://dotnetfiddle.net/)) to test them." --- strings/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/strings/README.md b/strings/README.md index 43501e73..202ac34b 100644 --- a/strings/README.md +++ b/strings/README.md @@ -9,7 +9,6 @@ 5. [String Tokeniser](c-or-cpp/string-tokeniser.cpp) ### C# -You could use any online IDE (for an example [.net Finddle](https://dotnetfiddle.net/)) to test them. 1. [Palindrome Check](csharp/palindrome.cs)