Compound interest by kinaba

$/=":"
a,b,c=$<.map &:to_i
a.times{p b;b+=b*c/?d}

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

download

return to the top page