Skip to content

Commit

Permalink
[Automated Workflow] Add/Modify READMEs (#4393)
Browse files Browse the repository at this point in the history
Regenerated READMEs

Co-authored-by: rzuckerm <[email protected]>
  • Loading branch information
jrg94 and rzuckerm authored Jan 21, 2025
1 parent 8470314 commit 1378d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive/w/wren/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Sample Programs List - 7/37 :disappointed:
## Sample Programs List - 8/37 :disappointed:

In this section, we feature a list of completed and missing programs in Wren. See above for the current amount of completed programs in Wren. 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.

Expand All @@ -16,6 +16,7 @@ Below, you'll find a list of completed code snippets in Wren. Code snippets prec
- :warning: [File Input Output in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+wren) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
- :warning: [Fizz Buzz in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+wren) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
- :white_check_mark: [Hello World in Wren](https://sampleprograms.io/projects/hello-world/wren) [[Requirements](https://sampleprograms.io/projects/hello-world)]
- :warning: [Palindromic Number in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+wren) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
- :warning: [Reverse String in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+wren) [[Requirements](https://sampleprograms.io/projects/reverse-string)]

### Missing Programs
Expand All @@ -42,7 +43,6 @@ The following list contains all of the approved programs that are not currently
- :x: [Maximum Subarray](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,maximum+subarray&template=code-snippet-request.md&title=Add+Maximum+Subarray+in+Wren) [[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
- :x: [Merge Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,merge+sort&template=code-snippet-request.md&title=Add+Merge+Sort+in+Wren) [[Requirements](https://sampleprograms.io/projects/merge-sort)]
- :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+Wren) [[Requirements](https://sampleprograms.io/projects/minimum-spanning-tree)]
- :x: [Palindromic Number](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,palindromic+number&template=code-snippet-request.md&title=Add+Palindromic+Number+in+Wren) [[Requirements](https://sampleprograms.io/projects/palindromic-number)]
- :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+Wren) [[Requirements](https://sampleprograms.io/projects/prime-number)]
- :x: [Quick Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quick+sort&template=code-snippet-request.md&title=Add+Quick+Sort+in+Wren) [[Requirements](https://sampleprograms.io/projects/quick-sort)]
- :x: [Quine](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,quine&template=code-snippet-request.md&title=Add+Quine+in+Wren) [[Requirements](https://sampleprograms.io/projects/quine)]
Expand Down

0 comments on commit 1378d1e

Please sign in to comment.