Source code for hello.hello_world

[docs]def hello_world(): """Prints a nice greeting.""" print('Hello, world!')