Skip to content

Instantly share code, notes, and snippets.

@smellsblue
smellsblue / TruthTable.txt
Last active December 17, 2015 18:53 — forked from sri/TruthTable.txt
|---+---+---+-----------------+--------------|
| X | Y | Z | (!X && !Y) && Z | X ^ (Y || Z) |
|---+---+---+-----------------+--------------|
| F | F | F | | |
|---+---+---+-----------------+--------------|
| F | F | T | | |
|---+---+---+-----------------+--------------|
| F | T | F | | |
|---+---+---+-----------------+--------------|
| F | T | T | | |