plus equals OR by nfouille

i;main(j){for(;i<128;i++)for(j=0;j<128;j++)i&j||printf("%d %d:%d\n",i,j,i|j);}

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

download

return to the top page