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