remove hello world

This commit is contained in:
2025-12-15 00:16:29 +05:00
parent d514797439
commit effd4ec7bc

View File

@@ -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}")