2017-11-05 23:30:50 -03:00

5 lines
80 B
Lua

function main()
m.log(9, "echo 123");
return "Lua script matched.";
end