From 976e431f77f68b298424da65f19ba83851940f86 Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Fri, 8 Jul 2022 19:34:46 +0200 Subject: [PATCH] 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 --- fortran95.html.markdown => fortran90.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename fortran95.html.markdown => fortran90.html.markdown (99%) diff --git a/fortran95.html.markdown b/fortran90.html.markdown similarity index 99% rename from fortran95.html.markdown rename to 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