~efargaspro/+junk/codeblocks-16.01-release

1
2
3
4
5
6
7
! A fortran95 lib program by G95
! By WQY
subroutine sub()
  implicit none
  write(*,*) "This is subroutine"
  return
end