API details.

say_hello[source]

say_hello(to)

Say hello to somebody

We can use this function to say hello to anyone, but let's start with me :)

say_hello("Emilio")
'Hello Emilio!'
test_eq (say_hello("Emilio"), "Hello Emilio!")