summaryrefslogtreecommitdiff
path: root/numpy/f2py/docs/hello.f
blob: 3e0dc6d21258208b8c1a9f3e65ffdc0e76328e06 (plain)
1
2
3
4
5
6
7
C File hello.f
      subroutine foo (a)
      integer a
      print*, "Hello from Fortran!"
      print*, "a=",a
      end