Skip to content

Instantly share code, notes, and snippets.

@Kaido0729

Kaido0729/xor.md Secret

Created December 20, 2021 19:24
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 Kaido0729/f8c35bbb73c97df4a186a1c7e2246ea9 to your computer and use it in GitHub Desktop.
Save Kaido0729/f8c35bbb73c97df4a186a1c7e2246ea9 to your computer and use it in GitHub Desktop.
x y x XOR y
0 0 0
0 1 1
1 0 1
1 1 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment