parity of numbers by Raider

main(i,p,q){for(q=0;q<256;++q){i=q;p=48;while(i){i&=(i-1);p^=1;}putchar(p);}}

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

download

return to the top page