Moduldokumentasjon
local p = {}

function p.helloWorld()
	return "Hi there!"
end

return p