local p = {}

function p.hello()
	return 'Hello, John'
end

return p