aboutsummaryrefslogtreecommitdiff
path: root/example_project/app/hello_world.f90
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/app/hello_world.f90')
-rw-r--r--example_project/app/hello_world.f907
1 files changed, 0 insertions, 7 deletions
diff --git a/example_project/app/hello_world.f90 b/example_project/app/hello_world.f90
deleted file mode 100644
index b95062d..0000000
--- a/example_project/app/hello_world.f90
+++ /dev/null
@@ -1,7 +0,0 @@
-program hello_world
- use hello_m, only: sayHello
-
- implicit none
-
- call sayHello("World")
-end program hello_world