diff options
-rw-r--r-- | fpm/src/fpm.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90 index d540319..0d1e6bf 100644 --- a/fpm/src/fpm.f90 +++ b/fpm/src/fpm.f90 @@ -5,6 +5,6 @@ module fpm public :: say_hello contains subroutine say_hello - print *, "Hello, fpm!" + print *, "Fortran Package Manager (fpm)" end subroutine say_hello end module fpm |