Module:Sandbox
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Sandbox/doc
return {
hello = function()
return "Hello from Lua!"
end
}
Documentation for this module may be created at Module:Sandbox/doc
return {
hello = function()
return "Hello from Lua!"
end
}