aboutsummaryrefslogtreecommitdiff
path: root/example_library/src/example_m.f90
blob: 947dcfc00e0c1bcc65af098fd729b67bab5f42ee (plain)
1
2
3
4
5
6
module example_m
    implicit none
    private

    integer, public, parameter :: ANSWER = 42
end module example_m