7 lines
119 B
Text
7 lines
119 B
Text
|
#!/usr/bin/env lua
|
||
|
|
||
|
math.randomseed(os.time())
|
||
|
for i=1,load('return '..(table.concat({...}, ' ')))() do
|
||
|
print(i)
|
||
|
end
|