diff options
author | Brad Richardson <brichardson@structint.com> | 2020-04-13 20:10:36 -0500 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-04-29 19:08:05 -0700 |
commit | 7a371d11e9bc18825b5352b90dd7c88e8efbe491 (patch) | |
tree | 20d72b6d05b227e9cb1397775c21a5521e24391d /example_project/app/main.f90 | |
parent | 7ec56260921d73a01039cd881e7ce278d59931f9 (diff) | |
download | fpm-7a371d11e9bc18825b5352b90dd7c88e8efbe491.tar.gz fpm-7a371d11e9bc18825b5352b90dd7c88e8efbe491.zip |
Remove the old example project
Diffstat (limited to 'example_project/app/main.f90')
-rw-r--r-- | example_project/app/main.f90 | 7 |
1 files changed, 0 insertions, 7 deletions
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 |