From 24059a38dd3739b66a29277159b44a2a228b2385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20L=C3=B3pez?= Date: Fri, 17 Jan 2020 13:03:25 -0600 Subject: [PATCH] ! --- minpkg/hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!!"