diff --git a/hello.py b/hello.py index 2290eb6..6aa26a5 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,2 @@ def hello_world(): - return "Hello!" + return "Hello World!"