Content deleted Content added
←Created page with 'local p = {} function p.main() for i=1, 10 do table.insert(p, i) end end return p' |
testing |
||
Line 1:
-- this module outputs 000000 or FFFFFF based on the color code inputted
local p = {}
|