Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archive/r/rexx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

## Sample Programs List - 5/38 :disappointed:
## Sample Programs List - 6/38 :disappointed:

In this section, we feature a list of completed and missing programs in Rexx. See above for the current amount of completed programs in Rexx. 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 @@ -15,6 +15,7 @@ Below, you'll find a list of completed code snippets in Rexx. Code snippets prec

- :warning: [Baklava in Rexx](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+rexx) [[Requirements](https://sampleprograms.io/projects/baklava)]
- :warning: [Even Odd in Rexx](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+rexx) [[Requirements](https://sampleprograms.io/projects/even-odd)]
- :warning: [Fizz Buzz in Rexx](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+rexx) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
- :white_check_mark: [Hello World in Rexx](https://sampleprograms.io/projects/hello-world/rexx) [[Requirements](https://sampleprograms.io/projects/hello-world)]
- :warning: [Prime Number in Rexx](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+rexx) [[Requirements](https://sampleprograms.io/projects/prime-number)]
- :warning: [Reverse String in Rexx](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+rexx) [[Requirements](https://sampleprograms.io/projects/reverse-string)]
Expand All @@ -34,7 +35,6 @@ The following list contains all of the approved programs that are not currently
- :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Rexx) [[Requirements](https://sampleprograms.io/projects/factorial)]
- :x: [Fibonacci](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fibonacci&template=code-snippet-request.md&title=Add+Fibonacci+in+Rexx) [[Requirements](https://sampleprograms.io/projects/fibonacci)]
- :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+Rexx) [[Requirements](https://sampleprograms.io/projects/file-input-output)]
- :x: [Fizz Buzz](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,fizz+buzz&template=code-snippet-request.md&title=Add+Fizz+Buzz+in+Rexx) [[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
- :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+Rexx) [[Requirements](https://sampleprograms.io/projects/fraction-math)]
- :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+Rexx) [[Requirements](https://sampleprograms.io/projects/insertion-sort)]
- :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+Rexx) [[Requirements](https://sampleprograms.io/projects/job-sequencing)]
Expand Down