plus equals OR by leonid

a;b;main(){for(;a<128;b=++b%128,a+=!b)a&b||printf("%d %d:%d\n",a,b,a+b);}

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

download

return to the top page