docs: make more clearly about on use IDE

pull/14/head
Ming 2021-01-20 09:17:51 -04:00
parent 5da27d887c
commit b7e7e7d272
1 changed files with 2 additions and 1 deletions

View File

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