From 3a6db74c69b3ab35d6a7ee9a00847ef16e95125c Mon Sep 17 00:00:00 2001 From: rzuckerm Date: Fri, 12 Jul 2024 22:15:45 +0000 Subject: [PATCH] Regenerated READMEs --- archive/o/odin/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/archive/o/odin/README.md b/archive/o/odin/README.md index cee0cd4768..d34fb8013c 100644 --- a/archive/o/odin/README.md +++ b/archive/o/odin/README.md @@ -2,7 +2,7 @@ Welcome to Sample Programs in Odin! To find documentation related to the Odin code in this repo, look [here.](https://sampleprograms.io/languages/odin) -## Sample Programs List - 1/37 :disappointed: +## Sample Programs List - 4/37 :disappointed: In this section, we feature a list of completed and missing programs in Odin. See above for the current amount of completed programs in Odin. 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. @@ -10,7 +10,10 @@ In this section, we feature a list of completed and missing programs in Odin. Se Below, you'll find a list of completed code snippets in Odin. 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. +- :warning: [Even Odd in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+odin) [[Requirements](https://sampleprograms.io/projects/even-odd)] +- :warning: [File Input Output in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+file+input+output+odin) [[Requirements](https://sampleprograms.io/projects/file-input-output)] - :warning: [Hello World in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+odin) [[Requirements](https://sampleprograms.io/projects/hello-world)] +- :warning: [Prime Number in Odin](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+odin) [[Requirements](https://sampleprograms.io/projects/prime-number)] ### Missing Programs @@ -24,10 +27,8 @@ The following list contains all of the approved programs that are not currently - :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+Odin) [[Requirements](https://sampleprograms.io/projects/depth-first-search)] - :x: [Dijkstra](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,dijkstra&template=code-snippet-request.md&title=Add+Dijkstra+in+Odin) [[Requirements](https://sampleprograms.io/projects/dijkstra)] - :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+Odin) [[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)] -- :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+Odin) [[Requirements](https://sampleprograms.io/projects/even-odd)] - :x: [Factorial](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,factorial&template=code-snippet-request.md&title=Add+Factorial+in+Odin) [[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+Odin) [[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+Odin) [[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+Odin) [[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+Odin) [[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+Odin) [[Requirements](https://sampleprograms.io/projects/insertion-sort)] @@ -42,7 +43,6 @@ The following list contains all of the approved programs that are not currently - :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+Odin) [[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+Odin) [[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+Odin) [[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+Odin) [[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+Odin) [[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+Odin) [[Requirements](https://sampleprograms.io/projects/quine)] - :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+Odin) [[Requirements](https://sampleprograms.io/projects/remove-all-whitespace)]