multiples by clock

n=0
for i=0,340 do
d=i%3*2+3 n=n+d-n%d
print(n)end

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

download

return to the top page