diff --git a/minpkg/hello.py b/minpkg/hello.py index 816d907..33c8ac0 100644 --- a/minpkg/hello.py +++ b/minpkg/hello.py @@ -1,7 +1,7 @@ import sys def say_hello(): - return "hello" + return "hello!" def say_goodbye(): return "Goodbye!!"