blob: b06ad6a5c29c8eede332fcdc0de595f359310abb [file] [log] [blame]
!This is a test file with a hello world in Fortran
program hello
implicit none
write(*,*) 'Hello world!'
end program hello