def hello() -> str: """ Greets the world Returns: str: "Hello, world!" """ return "Hello, world!"