Compiling and running your first program
Let’s start by creating, compiling, and running your first Fortran program. I assume you’ve already installed the GNU Fortran compiler (gfortran) on your system. If you haven’t yet, follow the directions in appendix A to get yourself set up. When you have the compiler installed, test it by compiling and running your first Fortran program, as […]