Skip to content

Commit bfd5709

Browse files
jrg94rzuckerm
andauthored
[Automated Workflow] Add/Modify READMEs (#4385)
Regenerated READMEs Co-authored-by: rzuckerm <[email protected]>
1 parent 5198055 commit bfd5709

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

archive/w/wren/README.md

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

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

5-
## Sample Programs List - 3/37 :disappointed:
5+
## Sample Programs List - 7/37 :disappointed:
66

77
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.
88

@@ -11,8 +11,12 @@ In this section, we feature a list of completed and missing programs in Wren. Se
1111
Below, you'll find a list of completed code snippets in Wren. Code snippets preceded by :warning: link to a GitHub issue query featuring a possible article request issue. If an article request issue doesn't exist, we encourage you to create one. Meanwhile, code snippets preceded by :white_check_mark: link to an existing article which provides further documentation. To see the list of approved projects, check out the official Sample Programs projects list.
1212

1313
- :warning: [Baklava in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+wren) [[Requirements](https://sampleprograms.io/projects/baklava)]
14+
- :warning: [Even Odd in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+wren) [[Requirements](https://sampleprograms.io/projects/even-odd)]
15+
- :warning: [Factorial in Wren](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+wren) [[Requirements](https://sampleprograms.io/projects/factorial)]
16+
- :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)]
1417
- :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)]
1518
- :white_check_mark: [Hello World in Wren](https://sampleprograms.io/projects/hello-world/wren) [[Requirements](https://sampleprograms.io/projects/hello-world)]
19+
- :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)]
1620

1721
### Missing Programs
1822

@@ -25,10 +29,7 @@ The following list contains all of the approved programs that are not currently
2529
- :x: [Depth First Search](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,depth+first+search&template=code-snippet-request.md&title=Add+Depth+First+Search+in+Wren) [[Requirements](https://sampleprograms.io/projects/depth-first-search)]
2630
- :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Wren) [[Requirements](https://sampleprograms.io/projects/dijkstra)]
2731
- :x: [Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+Wren) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
28-
- :x: [Even Odd](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,even+odd&template=code-snippet-request.md&title=Add+Even+Odd+in+Wren) [[Requirements](https://sampleprograms.io/projects/even-odd)]
29-
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Wren) [[Requirements](https://sampleprograms.io/projects/factorial)]
3032
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Wren) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
31-
- :x: [File Input Output](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,file+input+output&template=code-snippet-request.md&title=Add+File+Input+Output+in+Wren) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
3233
- :x: [Fraction Math](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fraction+math&template=code-snippet-request.md&title=Add+Fraction+Math+in+Wren) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
3334
- :x: [Insertion Sort](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,insertion+sort&template=code-snippet-request.md&title=Add+Insertion+Sort+in+Wren) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
3435
- :x: [Job Sequencing](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,job+sequencing&template=code-snippet-request.md&title=Add+Job+Sequencing+in+Wren) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
@@ -46,7 +47,6 @@ The following list contains all of the approved programs that are not currently
4647
- :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)]
4748
- :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)]
4849
- :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+Wren) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]
49-
- :x: [Reverse String](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,reverse+string&template=code-snippet-request.md&title=Add+Reverse+String+in+Wren) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
5050
- :x: [Roman Numeral](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,roman+numeral&template=code-snippet-request.md&title=Add+Roman+Numeral+in+Wren) [[Requirements](https://sampleprograms.io/projects/roman-numeral)]
5151
- :x: [Rot13](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,rot13&template=code-snippet-request.md&title=Add+Rot13+in+Wren) [[Requirements](https://sampleprograms.io/projects/rot13)]
5252
- :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+Wren) [[Requirements](https://sampleprograms.io/projects/selection-sort)]
@@ -66,8 +66,8 @@ For example, the "Hello World" sample would be named this:
6666

6767
The following list shares details about what we're using to test all Sample Programs in Wren:
6868

69-
- Docker Image: esolang/wren
70-
- Docker Tag: latest
69+
- Docker Image: rzuckerm/wren
70+
- Docker Tag: 0.4.0-1
7171

7272
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7373

0 commit comments

Comments
 (0)