Skip to content

Instantly share code, notes, and snippets.

@matiskay
Last active July 2, 2016 12:41
Show Gist options
  • Save matiskay/33ff9605860901d7f01b to your computer and use it in GitHub Desktop.
Save matiskay/33ff9605860901d7f01b to your computer and use it in GitHub Desktop.
Hello World in Fortran

Compile

gfortran -ffree-form helloworld.f

program hello
print *,"Hello World!"
end program hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment