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."
pull/87/head
Akash Negi 2021-02-24 18:20:50 +05:30 committed by GitHub
parent feb6dc99be
commit dcc8673790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
5. [String Tokeniser](c-or-cpp/string-tokeniser.cpp) 5. [String Tokeniser](c-or-cpp/string-tokeniser.cpp)
### C# ### C#
You could use any online IDE (for an example [.net Finddle](https://dotnetfiddle.net/)) to test them.
1. [Palindrome Check](csharp/palindrome.cs) 1. [Palindrome Check](csharp/palindrome.cs)