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, 5 insertions, 0 deletions
diff --git a/projects/01/Or.out b/projects/01/Or.out
new file mode 100644
index 0000000..8010688
--- /dev/null
+++ b/projects/01/Or.out
@@ -0,0 +1,5 @@
+| a | b | out |
+| 0 | 0 | 0 |
+| 0 | 1 | 1 |
+| 1 | 0 | 1 |
+| 1 | 1 | 1 |