Bigger power of two by jonathan camacho

#!perl -pl
for$i(1..30){if(2**$i>$_){$_=2**$i;last}}

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

download

return to the top page