module.exports =
  sayHello: (toName) ->
    "Hello #{toName}!"