Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsteixeira/fortran-exercises

Some basic stuff in Fortran to show how it's done
https://github.com/gsteixeira/fortran-exercises

Last synced: about 5 hours ago
JSON representation

Some basic stuff in Fortran to show how it's done

Awesome Lists containing this project

README

        

Exercices in Fortran

Just some basic Fortran exercises and how-to's.

- hello world
- command line arguments
- data type conversion
- find lowest and highest value
- fibonacci sequence
- prime numbers
- how to use funcions