notacore

Fill in a module description here

source

foo

 foo ()

source

say_hello

 say_hello (to)

Say hello to somebody

say_hello("Issac")
'Hello Issac!'
assert say_hello("Hamel")=="Hello Hamel!"