aboutsummaryrefslogtreecommitdiff
path: root/example_project/app
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/app')
-rw-r--r--example_project/app/main.f90 (renamed from example_project/app/Hello_world.f90)4
1 files changed, 2 insertions, 2 deletions
diff --git a/example_project/app/Hello_world.f90 b/example_project/app/main.f90
index 956a6c2..7783f8f 100644
--- a/example_project/app/Hello_world.f90
+++ b/example_project/app/main.f90
@@ -1,7 +1,7 @@
-program Hello_world
+program example_project
use Hello_m, only: sayHello
implicit none
call sayHello("World")
-end program Hello_world
+end program example_project