• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1!This is a test file with a hello world in Fortran
2program hello
3  implicit none
4  write(*,*) 'Hello world!'
5end program hello
6