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