local p = {}

function p.hello()

   return 'Bzzzzzzzzzzzzzzzzzzzzzz!'

end

return p