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_goodbye/say_goodbye.f90 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello_complex/apps/say_goodbye/say_goodbye.f90 (limited to 'hello_complex/apps/say_goodbye') diff --git a/hello_complex/apps/say_goodbye/say_goodbye.f90 b/hello_complex/apps/say_goodbye/say_goodbye.f90 new file mode 100644 index 0000000..6966e79 --- /dev/null +++ b/hello_complex/apps/say_goodbye/say_goodbye.f90 @@ -0,0 +1,7 @@ +program say_goodbye + use farewell_m, only: make_farewell + + implicit none + + print *, make_farewell("World") +end program say_goodbye -- cgit v1.2.3