aboutsummaryrefslogtreecommitdiff
path: root/example_packages/hello_complex_2/app/say_hello/app_extra_mod.f90
blob: 5059e22f78a8518046ecb751cd9ffa472504d401 (plain)
1
2
3
4
5
6
module app_extra_mod
implicit none

character(len=5) :: greet_object = "World"

end module app_extra_mod