aboutsummaryrefslogtreecommitdiff
path: root/example_library/src
diff options
context:
space:
mode:
Diffstat (limited to 'example_library/src')
-rw-r--r--example_library/src/example_m.f906
1 files changed, 6 insertions, 0 deletions
diff --git a/example_library/src/example_m.f90 b/example_library/src/example_m.f90
new file mode 100644
index 0000000..947dcfc
--- /dev/null
+++ b/example_library/src/example_m.f90
@@ -0,0 +1,6 @@
+module example_m
+ implicit none
+ private
+
+ integer, public, parameter :: ANSWER = 42
+end module example_m