number slide by zetamatta

w=1
for i=1,io.read()do
c=" "if i+i>=w*w+w then
c="\n"w=w+1
end
io.write(i..c)end

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

download

return to the top page