From effd4ec7bc8da5ee2be3542ce835366badea5775 Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Mon, 15 Dec 2025 00:16:29 +0500 Subject: [PATCH] remove hello world --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e614759..deb96de 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ a = int(input()) b = int(input()) -print(f"Hello World! a + b is:{a+b}") +print(f"a + b is:{a+b}")