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