From 7ec56260921d73a01039cd881e7ce278d59931f9 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Mon, 13 Apr 2020 20:08:16 -0500 Subject: Create a complex project to test --- hello_complex/apps/say_hello/say_hello.f90 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello_complex/apps/say_hello/say_hello.f90 (limited to 'hello_complex/apps/say_hello/say_hello.f90') diff --git a/hello_complex/apps/say_hello/say_hello.f90 b/hello_complex/apps/say_hello/say_hello.f90 new file mode 100644 index 0000000..cc648f2 --- /dev/null +++ b/hello_complex/apps/say_hello/say_hello.f90 @@ -0,0 +1,7 @@ +program say_hello + use greet_m, only: make_greeting + + implicit none + + print *, make_greeting("World") +end program say_hello -- cgit v1.2.3