Binary Multiplication by 51b

import std.stdio;void main(){writef("%08b",x"09f6a5"[-*(&*[0]-8)%3]);}

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

download

return to the top page