/fortran_examples

A set of example programs written in Fortran

Primary LanguageFortranThe UnlicenseUnlicense

Fortran examples

A set of example programs written in Fortran

Requirements

  • A Fortran compiler (e.g. gfortran)

Usage

To compile and run the examples using gfortran, use the following commands:

gfotran src/<PROGRAM>.f90
./a.out

<PROGRAM> is the name of the program you want to compile and run.

License

This project is licenced under the unlicense - see the LICENCE file for details.