gcc/tests/Sanity/test-m32-m64-options/hello.f90

4 lines
80 B
Fortran
Raw Normal View History

2022-07-29 14:27:49 +00:00
program hello
print *, "Hello World!"
end program hello