gcc/tests/smoke-test/hello.f90

4 lines
80 B
Fortran
Raw Normal View History

program hello
print *, "Hello World!"
end program hello