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/f/fortran/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Welcome to Sample Programs in Fortran! To find documentation related to the Fortran code in this repo, look [here](https://sampleprograms.io/languages/fortran).
7
7
8
-
## Sample Programs List - 12/38 :thinking:
8
+
## Sample Programs List - 13/38 :thinking:
9
9
10
10
In this section, we feature a list of completed and missing programs in Fortran. See above for the current amount of completed programs in Fortran. 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.
11
11
@@ -22,6 +22,7 @@ Below, you'll find a list of completed code snippets in Fortran. Code snippets p
22
22
-:warning:[Fibonacci in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fibonacci+fortran)[[Requirements](https://sampleprograms.io/projects/fibonacci)]
23
23
-:warning:[Fizz Buzz in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fizz+buzz+fortran)[[Requirements](https://sampleprograms.io/projects/fizz-buzz)]
24
24
-:warning:[Hello World in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+hello+world+fortran)[[Requirements](https://sampleprograms.io/projects/hello-world)]
25
+
-:warning:[Insertion Sort in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+insertion+sort+fortran)[[Requirements](https://sampleprograms.io/projects/insertion-sort)]
25
26
-:warning:[Linear Search in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+linear+search+fortran)[[Requirements](https://sampleprograms.io/projects/linear-search)]
26
27
-:warning:[Prime Number in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+fortran)[[Requirements](https://sampleprograms.io/projects/prime-number)]
27
28
-:warning:[Reverse String in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+reverse+string+fortran)[[Requirements](https://sampleprograms.io/projects/reverse-string)]
@@ -37,7 +38,6 @@ The following list contains all of the approved programs that are not currently
37
38
-: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+Fortran)[[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
-:x:[Longest Common Subsequence](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,longest+common+subsequence&template=code-snippet-request.md&title=Add+Longest+Common+Subsequence+in+Fortran)[[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
0 commit comments