From 775841b8437adf4f400a21fa939156dc6ef48cc2 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Thu, 27 Feb 2020 10:22:38 -0800 Subject: Enable building a library --- example_library/src/example_m.f90 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example_library/src/example_m.f90 (limited to 'example_library') 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 -- cgit v1.2.3