Skip to content

Instantly share code, notes, and snippets.

@UltCombo
Created April 10, 2013 23:16
Show Gist options
  • Save UltCombo/5359288 to your computer and use it in GitHub Desktop.
Save UltCombo/5359288 to your computer and use it in GitHub Desktop.
XOR truth table
^ | 0 1
--+-----
0 | 0 1
1 | 1 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment