Pop.Box/lib/bitser/cases/bigtable.lua
2017-10-10 00:20:36 -07:00

7 lines
66 B
Lua

local t = {}
for i = 1, 2000 do
t[i] = 100
end
return t, 500, 5