Move map_comp test to passing

This commit is contained in:
Pragyansh Chaturvedi
2025-10-08 05:53:52 +05:30
parent 6b59980874
commit 95a196a91f

View File

@ -14,7 +14,7 @@ def last() -> HashMap:
def hello_world(ctx: c_void_p) -> c_int64:
last.update(0, 1)
tsp = last.lookup(0)
if not (tsp > 0):
if tsp > 0:
print("Hello, World!")
else:
print("Goodbye, World!")