Coding Example // LOG: 2025-12-28 | // AUTHOR: overfitting Hello world.def greeting(name: str) -> str: return f"Hello {name}!"