Table of divisors by murky-satyr

for n=1,io.read()do
o=n..':1'for i=2,n do
o=n%i<1 and o..' '..i or o
end
print(o)end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page