Skip to content

Instantly share code, notes, and snippets.

@aleksamarkoni
Created February 21, 2018 13:24
Show Gist options
  • Save aleksamarkoni/460b3302c8e154b09338fe3b8ae1c4d8 to your computer and use it in GitHub Desktop.
Save aleksamarkoni/460b3302c8e154b09338fe3b8ae1c4d8 to your computer and use it in GitHub Desktop.
Testing
A |B
---|---
1 |1
1 |0
0 |1
0 |0
@aleksamarkoni
Copy link
Author

aleksamarkoni commented Feb 21, 2018

A B AND
1 1 1
1 0 0
0 1 1
0 0 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment