plus equals OR by G.w.

i;main(j){for(;i<128;i++)for(j=0;i+j<128;j++)i&j?0: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