summaryrefslogtreecommitdiff
path: root/tests/actions/addon/custom-module/modules/greeting.lua
blob: 843dddfc2744a296426b559003e241d43cd0451e (plain)
1
2
3
function main(name)
    return "hello from custom-module: " .. name
end