Module:Sandbox/0x99/Hello

From Puella Magi Wiki
Jump to navigation Jump to search

Is Scribunto working? Scribunto is working!


local p = {}

function p.main()
  return 'Scribunto is working!'
end

return p