Hello

This is the usual sort of Hello World thingy.

source

say_hello

 say_hello (to)

Say hello to somebody.

say_hello("Pal")
'Hello, Pal.'
assert say_hello("Bob") == "Hello, Bob."