Binary Multiplication by 51b

main(_,n){puts("00001001\x0011110110\x0010100101"-n%3*9);}

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

download

return to the top page