From e5cbf52b1d1b77fcbc5680a97eee5aca28b6f1fc Mon Sep 17 00:00:00 2001 From: Jeonghoon Lee Date: Sun, 15 Mar 2026 17:13:24 +0900 Subject: [PATCH] Changed name to LJH --- helloworld/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld/main.py b/helloworld/main.py index 10567a6..97c05f7 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, LJH") return 0