Skip to content

Instantly share code, notes, and snippets.

@kapilepatel
Last active May 20, 2023 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapilepatel/f1be70fe5f03b3666dfa202eecea823a to your computer and use it in GitHub Desktop.
Save kapilepatel/f1be70fe5f03b3666dfa202eecea823a to your computer and use it in GitHub Desktop.
XOR Truth table
Input 1 Input 2 XOR (i1 i2)
1 1 0
1 0 1
0 1 1
0 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment