Title here
Summary here
Our first program will print the classic “hello world” message. Here’s the full source code.
To run the program, put the code in a file named hello_world.f90
and compile it using a Fortran compiler.
Sometimes we’ll want to build our programs into binaries that can be executed directly. Here, we already compiled our code into an executable named hello_world
.
We can then execute the built binary directly.
Now that we can run and build basic Fortran programs, let’s learn more about the language.