Hacker News new | ask | show | jobs
by oconnor663 299 days ago

    function xor(x, y) {
        return (x + y - 2 \* and(x, y));
    }
TIL!