Hello, Worldby (Login dean.menezes)R PROGRAM HELLO WRITE (*, *) "HELLO, WORLD!" END PROGRAM Notes: This is the hello world program. Single quotes may be used instead of double quotes. Compile with: gfortran hello.f90 -o hello If you want to use fixed form format then you have to put six spaces before each line so it starts in the right column. |
| Response Title | Author and Date |
| * FORTRAN is awesome. | kidfrommars on Apr 11 |