Created
February 21, 2018 13:24
-
-
Save aleksamarkoni/460b3302c8e154b09338fe3b8ae1c4d8 to your computer and use it in GitHub Desktop.
Testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A |B | |
---|--- | |
1 |1 | |
1 |0 | |
0 |1 | |
0 |0 |
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