Table of divisors by nobodi

(1.."$System.in".toLong()).any{d->println d+':'+(1..d).grep{d%it<1}.join(' ')}

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

download

return to the top page