Hello World in Fortran
Every programming journey starts with Hello World. Let’s write our first Fortran program using modern free-form syntax.
The Code
Create a file named hello.f90:
| |
Every programming journey starts with Hello World. Let’s write our first Fortran program using modern free-form syntax.
Create a file named hello.f90:
| |