Bigger Number by *yuko*

var n:comp=8;begin repeat write(n);n:=n*3div 2+6until n>2e9end.

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

download

return to the top page