docs: add dotnetfiddle link

pull/208/head
Ming Tsai 2021-04-15 11:12:27 -04:00 committed by GitHub
parent 9138e8497e
commit ee31aca70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# C#
For running the `.cs` file please usisng [.Net Finddle](https://dotnetfiddle.net/)
## Strings
- [Palindrome](src/Strings/palindrome.cs)
@ -6,4 +8,4 @@
1. [Bubble Sort](src/Sorts/bubble-sort.cs)
2. [Insertion Sort](src/Sorts/insertion-sort.cs)
3. [Selection Sort](src/Sorts/selection-sort.cs)
3. [Selection Sort](src/Sorts/selection-sort.cs)