You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archive/w/wren/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to Sample Programs in Wren! To find documentation related to the Wren code in this repo, look [here.](https://sampleprograms.io/languages/wren)
4
4
5
-
## Sample Programs List - 3/37 :disappointed:
5
+
## Sample Programs List - 7/37 :disappointed:
6
6
7
7
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.
8
8
@@ -11,8 +11,12 @@ In this section, we feature a list of completed and missing programs in Wren. Se
11
11
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.
12
12
13
13
-: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)]
14
17
-: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)]
15
18
-: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)]
16
20
17
21
### Missing Programs
18
22
@@ -25,10 +29,7 @@ The following list contains all of the approved programs that are not currently
25
29
-: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)]
-: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)]
-: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)]
0 commit comments