f_and_c/hello.F90
2024-05-13 14:04:30 +08:00

6 lines
84 B
Fortran

program hello
! this is comment line
print *, "hello world!"
end program hello