Pendokumenan untuk modul ini boleh diciptakan di Modul:Lualearner/doc

p = {}

function p.hello_world()
	return "Hello, world!"
end

return p