diff --git a/README.rst b/README.rst index 1c34d106..1812f1c5 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ Olivia's Project Euler Solutions | | | | |CodeQL| |br| | | | | | |C#-lint| | +------------+----------------------------+--------+-------------------+ - | Fortran | Fortran 95+ in |gcc|, |br| | 16 | |Fri| | + | Fortran | Fortran 95+ in |gcc|, |br| | 17 | |Fri| | | | |flang|, |nvf|, |br| |ifx| | | | +------------+----------------------------+--------+-------------------+ | Java | Java 8+ in Corretto, |br| | 22 | |Javai| |br| | diff --git a/docs/index.rst b/docs/index.rst index e711f835..986c861a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -96,7 +96,7 @@ Problems Solved +-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+ |:prob:`009`|:c-d:`0009`|:cp-d:`0009`|:cs-d:`0009`|:fr-d:`0009`|:ja-d:`0009`|:js-d:`0009`|:lu-d:`0009`|:py-d:`0009`|:rs-d:`0009`| +-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+ - |:prob:`010`|:c-d:`0010`|:cp-d:`0010`|:cs-d:`0010`| |:ja-d:`0010`|:js-d:`0010`|:lu-d:`0010`|:py-d:`0010`|:rs-d:`0010`| + |:prob:`010`|:c-d:`0010`|:cp-d:`0010`|:cs-d:`0010`|:fr-d:`0010`|:ja-d:`0010`|:js-d:`0010`|:lu-d:`0010`|:py-d:`0010`|:rs-d:`0010`| +-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+ |:prob:`011`|:c-d:`0011`|:cp-d:`0011`|:cs-d:`0011`|:fr-d:`0011`|:ja-d:`0011`|:js-d:`0011`|:lu-d:`0011`|:py-d:`0011`|:rs-d:`0011`| +-----------+-----------+------------+------------+------------+------------+------------+------------+------------+------------+ diff --git a/docs/src/fortran/lib/constants.rst b/docs/src/fortran/lib/constants.rst index e68ab720..6e60df86 100644 --- a/docs/src/fortran/lib/constants.rst +++ b/docs/src/fortran/lib/constants.rst @@ -39,8 +39,6 @@ View source code :source:`fortran/include/constants.f90` Denotes the exit codes of different failure modes, counting up from 1 -.. f:variable:: ANSWERS_TSV_SIZE - :type: integer .. f:variable:: ANSWERT_STR_SIZE :type: integer diff --git a/fortran/README.rst b/fortran/README.rst index f1a31901..548507fe 100644 --- a/fortran/README.rst +++ b/fortran/README.rst @@ -108,19 +108,20 @@ except for test plugins. At the moment there are no dependencies for this sectio Problems Solved --------------- -- ☒ `1 <./src/p0001.f95>`__ -- ☒ `2 <./src/p0002.f95>`__ -- ☒ `3 <./src/p0003.f95>`__ -- ☒ `4 <./src/p0004.f95>`__ -- ☒ `5 <./src/p0005.f95>`__ -- ☒ `6 <./src/p0006.f95>`__ -- ☒ `7 <./src/p0007.f95>`__ -- ☒ `8 <./src/p0008.f95>`__ -- ☒ `9 <./src/p0009.f95>`__ -- ☒ `11 <./src/p0011.f95>`__ -- ☒ `13 <./src/p0013.f95>`__ -- ☒ `17 <./src/p0017.f95>`__ -- ☒ `28 <./src/p0028.f95>`__ -- ☒ `34 <./src/p0034.f95>`__ -- ☒ `76 <./src/p0076.f95>`__ -- ☒ `836 <./src/p0836.f95>`__ +- ☒ `1 <./src/p0001.f90>`__ +- ☒ `2 <./src/p0002.f90>`__ +- ☒ `3 <./src/p0003.f90>`__ +- ☒ `4 <./src/p0004.f90>`__ +- ☒ `5 <./src/p0005.f90>`__ +- ☒ `6 <./src/p0006.f90>`__ +- ☒ `7 <./src/p0007.f90>`__ +- ☒ `8 <./src/p0008.f90>`__ +- ☒ `9 <./src/p0009.f90>`__ +- ☒ `10 <./src/p0010.f90>`__ +- ☒ `11 <./src/p0011.f90>`__ +- ☒ `13 <./src/p0013.f90>`__ +- ☒ `17 <./src/p0017.f90>`__ +- ☒ `28 <./src/p0028.f90>`__ +- ☒ `34 <./src/p0034.f90>`__ +- ☒ `76 <./src/p0076.f90>`__ +- ☒ `836 <./src/p0836.f90>`__