unplugged-vendor/external/llvm-project/flang/test/Driver/Inputs/hello.f90

4 lines
62 B
Fortran
Raw Normal View History

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