API details.

say_hello[source]

say_hello(to)

Say hello to somebody

We can use this to say hello to anyone at all, but let's start with Sylvain

say_hello("Sylvain")
'Hello Sylvain!'
test_eq(say_hello("Jeremy"), "Hello Jeremy!")