Skip to content

Commit abe181c

Browse files
jrg94rzuckerm
authored andcommitted
[Automated Workflow] Add/Modify READMEs (TheRenegadeCoder#4990)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent b246bf7 commit abe181c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive/d/dart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to Sample Programs in Dart! To find documentation related to the Dart code in this repo, look [here.](https://sampleprograms.io/languages/dart)
44

5-
## Sample Programs List - 16/38 :thinking:
5+
## Sample Programs List - 17/38 :thinking:
66

77
In this section, we feature a list of completed and missing programs in Dart. See above for the current amount of completed programs in Dart. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
88

@@ -22,6 +22,7 @@ Below, you'll find a list of completed code snippets in Dart. Code snippets prec
2222
- :warning: [Longest Word in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+dart) [[Requirements](https://sampleprograms.io/projects/longest-word)]
2323
- :warning: [Palindromic Number in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+dart) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
2424
- :warning: [Quick Sort in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+quick+sort+dart) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
25+
- :warning: [Remove All Whitespace in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+remove+all+whitespace+dart) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
2526
- :white_check_mark: [Reverse String in Dart](https://sampleprograms.io/projects/reverse-string/dart) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
2627
- :warning: [Roman Numeral in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+roman+numeral+dart) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
2728
- :warning: [Rot13 in Dart](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+rot13+dart) [[Requirements](https://sampleprograms.io/projects/rot13)]
@@ -50,7 +51,6 @@ The following list contains all of the approved programs that are not currently
5051
- :x: [Minimum Spanning Tree](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,minimum+spanning+tree&template=code-snippet-request.md&title=Add+Minimum+Spanning+Tree+in+Dart) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
5152
- :x: [Prime Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,prime+number&template=code-snippet-request.md&title=Add+Prime+Number+in+Dart) [[Requirements](https://sampleprograms.io/projects/prime-number)]
5253
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Dart) [[Requirements](https://sampleprograms.io/projects/quine)]
53-
- :x: [Remove All Whitespace](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,remove+all+whitespace&template=code-snippet-request.md&title=Add+Remove+All+Whitespace+in+Dart) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
5454
- :x: [Selection Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,selection+sort&template=code-snippet-request.md&title=Add+Selection+Sort+in+Dart) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
5555
- :x: [Transpose Matrix](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,transpose+matrix&template=code-snippet-request.md&title=Add+Transpose+Matrix+in+Dart) [[Requirements](https://sampleprograms.io/projects/transpose-matrix)]
5656

0 commit comments

Comments
 (0)