aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-07-21 09:21:30 -0600
committerOndřej Čertík <ondrej@certik.us>2020-07-21 11:51:42 -0600
commit5adfb0741c5c0acccbc046a48501ab28a290c1bd (patch)
tree9fa47a2b22956240c5aed04f6d48ad93b2b94b87
parenta807b644304ab18fc2943ad0e237b362c22e7e91 (diff)
downloadfpm-5adfb0741c5c0acccbc046a48501ab28a290c1bd.tar.gz
fpm-5adfb0741c5c0acccbc046a48501ab28a290c1bd.zip
Print initial text
-rw-r--r--fpm/src/fpm.f902
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