llvm-project/flang/test/Driver/Inputs/hello.f90

4 lines
62 B
Fortran

program hello
write (*,*), "hello world"
end program hello