aboutsummaryrefslogtreecommitdiff
path: root/example_project/app/main.f90
blob: 7783f8f8b8124afbb614ce637839e3675c78d91d (plain)
1
2
3
4
5
6
7
program example_project
    use Hello_m, only: sayHello

    implicit none

    call sayHello("World")
end program example_project