File size: 127 Bytes
adbf50c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
def hello() -> str:
    """
    Greets the world

    Returns:
        str: "Hello, world!"
    """
    return "Hello, world!"