azurenote
codecraft
about
Month: December 2009
어떤 발상의 전환
2009/12/12
by
azurenote
·
0 Comments
if (integer % 2 == 0) { }
vs
if (integer & 1) { }