summaryrefslogtreecommitdiff
path: root/projects/01/Or.out
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-08-18 19:51:01 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-08-18 19:51:01 +0800
commit05cdd93b973587dd123b58ad0944c0e51088638e (patch)
tree898e61dc6b0f3f5d56bc1d38722028dd412f6f40 /projects/01/Or.out
parent444007cd01665a11b584c410be8de1cdd25c51b9 (diff)
Remove all .out files
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 |