From db8ee601cdb4fe967105a73929cbbd288a41ce1a Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 25 Mar 2020 19:01:58 -0500 Subject: Simplify the example project to what the defaults should be --- example_project/app/main.f90 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example_project/app/main.f90 (limited to 'example_project/app/main.f90') diff --git a/example_project/app/main.f90 b/example_project/app/main.f90 new file mode 100644 index 0000000..7783f8f --- /dev/null +++ b/example_project/app/main.f90 @@ -0,0 +1,7 @@ +program example_project + use Hello_m, only: sayHello + + implicit none + + call sayHello("World") +end program example_project -- cgit v1.2.3