how to run g95 executable files in OS X terminal
- by lollygagger
I am completely new to this game, so please be gentle ;-)
I made an example program in Fortran 90, lets call it 'program.f90'.
I compile it:
g95 program.f90
It creates an executable called a.out
How do I run this? It is supposed to print something to the screen, and get input from me, but I cannot figure out how to!