Module:Sandbox/CaiusSPQR/my module

From English Wikipedia @ Freddythechick
local export = {}
function export.hello(frame)
    return 'Hello'
end
return export