Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 216 Bytes

description.md

File metadata and controls

3 lines (2 loc) · 216 Bytes

Given two integers a and b, return a xor b. Remember, the xor operator is a bitwise operator that's usually represented by the ^ character.

For example, if your input was 5 7, then you should print 2.