Clicky
Showing changes from revision #3 to #4:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
The hello program prints the text "Hello, world!"
! hello.f90 -- "Hello, World" in Fortran 90
program hello
print *, "Hello, world!"
end program hello
Author: Jason Blevins
License: Public domain (or BSD license, MIT license, GPL license)