dev
Documentation icon Module documentation
[create]

The documentation for this module is missing. Click here to create it.

local p = {}
 
function p.hello(frame)
    return 'Hello, ' .. frame.args["Id"] .. '!'
end
 
return p