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:
| |
Fortran’s type system reflects its origins as a language built for numerical computation. Every variable must be explicitly declared with a type before use (when following the implicit none best …
Showing 1–2 of 2 posts (page 1 of 1)