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 - 11/38 :thinking:
8
+
## Sample Programs List - 12/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
@@ -15,6 +15,7 @@ Below, you'll find a list of completed code snippets in Fortran. Code snippets p
15
15
16
16
-:warning:[Baklava in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+baklava+fortran)[[Requirements](https://sampleprograms.io/projects/baklava)]
17
17
-:warning:[Binary Search in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+binary+search+fortran)[[Requirements](https://sampleprograms.io/projects/binary-search)]
18
+
-:warning:[Bubble Sort in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+bubble+sort+fortran)[[Requirements](https://sampleprograms.io/projects/bubble-sort)]
18
19
-:warning:[Capitalize in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+capitalize+fortran)[[Requirements](https://sampleprograms.io/projects/capitalize)]
19
20
-:warning:[Even Odd in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+even+odd+fortran)[[Requirements](https://sampleprograms.io/projects/even-odd)]
20
21
-:warning:[Factorial in Fortran](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+factorial+fortran)[[Requirements](https://sampleprograms.io/projects/factorial)]
@@ -30,7 +31,6 @@ Below, you'll find a list of completed code snippets in Fortran. Code snippets p
30
31
The following list contains all of the approved programs that are not currently implemented in Fortran. Click on the name of the project to easily open an issue in GitHub. Alternatively, click requirements to check out the description of the project.
-: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+Fortran)[[Requirements](https://sampleprograms.io/projects/depth-first-search)]
0 commit comments