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