Multiply long version by pooq

for l in io.lines()do
m=1
for n in l:gmatch"%d+"do m=m*n end
print(m)end

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

download

return to the top page