From 0bf5de28201542ce0df5b6fc993029ad0b3fef59 Mon Sep 17 00:00:00 2001 From: Keyke A Date: Wed, 8 Mar 2023 17:52:42 +0200 Subject: [PATCH] updated repo --- helloworld/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld/main.py b/helloworld/main.py index 10567a6..3423117 100644 --- a/helloworld/main.py +++ b/helloworld/main.py @@ -21,6 +21,6 @@ def main(argv=None): # ensures the user hasn't passed any other unrecognized arguments. parser.parse_args(argv[1:]) - print("Hello, world") + print("Hello, world, hello again") return 0