Module:Sandbox/0x99/Hello
Jump to navigation
Jump to search
Is Scribunto working? Scribunto is working!
local p = {}
function p.main()
return 'Scribunto is working!'
end
return p
Is Scribunto working? Scribunto is working!
local p = {}
function p.main()
return 'Scribunto is working!'
end
return p