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