Documentation for this module may be created at Module:Hello World/doc
local p = {} function p.hello() return 'Hello' end return p