diff options
Diffstat (limited to 'example_packages/hello_complex_2/app/app_mod.f90')
-rw-r--r-- | example_packages/hello_complex_2/app/app_mod.f90 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example_packages/hello_complex_2/app/app_mod.f90 b/example_packages/hello_complex_2/app/app_mod.f90 new file mode 100644 index 0000000..d69a228 --- /dev/null +++ b/example_packages/hello_complex_2/app/app_mod.f90 @@ -0,0 +1,5 @@ +module app_mod +implicit none + + +end module app_mod |