diff --git a/hello.py b/hello.py index a025bbf..5b312bc 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,2 @@ def hello_world(): - return "Hello!" + return "Hello World!"