Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/fortran

Learning Fortran
https://github.com/mikesmullin/fortran

Last synced: about 1 month ago
JSON representation

Learning Fortran

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