by Guillaume Roullet, February 2023
Learn Fortran by going through this sequence of Fortran programs. Follow the order, there is a logical progression.
- hello.f90
- syntax.f90
- datatypes.f90
- math.f90
- parameters.f90
- pi.f90
- constants.f90
- controlflow.f90
- arrays.f90
- arrays2.f90
- compile.py
- subroutines.f90
- using_cpp.f90
- summary.f90
- references.f90