Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gsteixeira/fortran-exercises
- Owner: gsteixeira
- Created: 2021-06-30T23:45:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T22:41:58.000Z (over 3 years ago)
- Last Synced: 2023-12-14T16:57:40.329Z (11 months ago)
- Language: Fortran
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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