Skip to content

Commit

Permalink
Attempt p76 in fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 3, 2024
1 parent 51e40fa commit 24979b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Olivia's Project Euler Solutions
| | | | |CodeQL| |br| |
| | | | |C#-lint| |
+------------+----------------------------+--------+-------------------+
| Fortran | Fortran 95+ | 13 | |Fri| |
| Fortran | Fortran 95+ | 14 | |Fri| |
+------------+----------------------------+--------+-------------------+
| Java | Java 8+ in Corretto, |br| | 22 | |Javai| |br| |
| | Dragonwell, Liberica, |br| | | |Ja-Cov| |br| |
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Problems Solved
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`074`| | | | | | | |:py-d:`0074`| |
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`076`|:c-d:`0076`|:cp-d:`0076`|:cs-s:`0076`| |:ja-d:`0076`|:js-s:`0076`|:lu-s:`0076`|:py-d:`0076`|:rs-s:`0076`|
|:prob:`076`|:c-d:`0076`|:cp-d:`0076`|:cs-s:`0076`|:fr-d:`0076`|:ja-d:`0076`|:js-s:`0076`|:lu-s:`0076`|:py-d:`0076`|:rs-s:`0076`|
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`077`| | | | | | | |:py-d:`0077`| |
+-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+
Expand Down
1 change: 1 addition & 0 deletions fortran/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ Problems Solved
- ☒ `17 <./src/p0017.f95>`__
- ☒ `28 <./src/p0028.f95>`__
- ☒ `34 <./src/p0034.f95>`__
- ☒ `76 <./src/p0076.f95>`__
- ☒ `836 <./src/p0836.f95>`__

0 comments on commit 24979b0

Please sign in to comment.