Skip to content

Latest commit

 

History

History

Fortran

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Hello World in Fortran Language:

How to install FORTRAN:

sudo apt-get install gfortran

How to compile code:

gfortran hello.f

How to run compiled code:

./a.out