Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesmullin/fortran
Learning Fortran
https://github.com/mikesmullin/fortran
Last synced: about 1 month ago
JSON representation
Learning Fortran
- Host: GitHub
- URL: https://github.com/mikesmullin/fortran
- Owner: mikesmullin
- Created: 2012-01-26T21:58:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-26T21:58:50.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T14:50:56.560Z (9 months ago)
- Language: FORTRAN
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
just teaching myself Fortran
installing on Ubuntu 11.10 64-bit
# install compiler
sudo apt-get install gfortran
# clone
git clone [email protected]:mikesmullin/Fortran .
# compile and execute example
make hello && ./hello