Factorial by tabasa

while gets;b=1;$_.to_i.times{|i|b*=(i+1)};p b;end

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

download

return to the top page