summaryrefslogtreecommitdiff
path: root/projects/01/Or.out
diff options
context:
space:
mode:
Diffstat (limited to 'projects/01/Or.out')
-rw-r--r--projects/01/Or.out5
1 files changed, 0 insertions, 5 deletions
diff --git a/projects/01/Or.out b/projects/01/Or.out
deleted file mode 100644
index 8010688..0000000
--- a/projects/01/Or.out
+++ /dev/null
@@ -1,5 +0,0 @@
-| a | b | out |
-| 0 | 0 | 0 |
-| 0 | 1 | 1 |
-| 1 | 0 | 1 |
-| 1 | 1 | 1 |