diff options
author | Norwid Behrnd <nbehrnd@yahoo.com> | 2022-07-08 19:34:46 +0200 |
---|---|---|
committer | Norwid Behrnd <nbehrnd@yahoo.com> | 2022-07-08 19:34:46 +0200 |
commit | 976e431f77f68b298424da65f19ba83851940f86 (patch) | |
tree | 740d1b661f52c6186a15cd70c28dc2c79f99b083 | |
parent | 3bdc8007db3ee657fb4f2314294c7ec8b00896c6 (diff) |
adjust file name and internal reference
Since the document's focus is about the free source form, and
contrasting to the previous setup of the document, .f90 commonly
is recommended as file extension for modern, contemporay projects.
https://zmoon.github.io/FortranTipBrowser/tips/013.html
https://fortran-lang.discourse.group/t/is-there-a-standard-file-suffix-for-modern-fortran-code/3550/2
-rw-r--r-- | fortran90.html.markdown (renamed from fortran95.html.markdown) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran95.html.markdown b/fortran90.html.markdown index 5fa8ca88..b889e8ca 100644 --- a/fortran95.html.markdown +++ b/fortran90.html.markdown @@ -2,7 +2,7 @@ language: Fortran contributors: - ["Robert Steed", "https://github.com/robochat"] -filename: learnfortran.f95 +filename: learnfortran.f90 --- Fortran is one of the oldest computer languages. It was developed in the 1950s |