say_hello
say_hello(to)
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!")