From b9548e403bfde4b84c2d2ce90c0312f1a259bc75 Mon Sep 17 00:00:00 2001 From: ksankita Date: Wed, 21 Jan 2026 20:07:38 +0530 Subject: [PATCH] Update hello message for pull request --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.py b/helloworld.py index 59701db..9efa9d5 100755 --- a/helloworld.py +++ b/helloworld.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -"""Top-level script to invoke helloworld implementation.""" +"""Top-level script to invoke implementation.""" import sys import helloworld.main