SixOpen's picture
Hf Ready
adbf50c
raw
history blame contribute delete
127 Bytes
def hello() -> str:
"""
Greets the world
Returns:
str: "Hello, world!"
"""
return "Hello, world!"