From 7a371d11e9bc18825b5352b90dd7c88e8efbe491 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Mon, 13 Apr 2020 20:10:36 -0500 Subject: Remove the old example project --- example_project/app/main.f90 | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 example_project/app/main.f90 (limited to 'example_project/app') diff --git a/example_project/app/main.f90 b/example_project/app/main.f90 deleted file mode 100644 index 7783f8f..0000000 --- a/example_project/app/main.f90 +++ /dev/null @@ -1,7 +0,0 @@ -program example_project - use Hello_m, only: sayHello - - implicit none - - call sayHello("World") -end program example_project -- cgit v1.2.3