1 2 3 4 5 6 7
C File hello.f subroutine foo (a) integer a print*, "Hello from Fortran!" print*, "a=",a end