Collatz Problem by yshl

.runstdin{dup = dup 1 eq{exit}if 3 mul 1 add dup 2 mod{6 idiv}repeat}loop

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

download

return to the top page