summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-04-27 13:15:19 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-04-27 13:15:19 +0300
commit7521366272166a0cee937ac36c55203790ed6406 (patch)
tree84386a850d71667ddac2733214063f9ec24ccc4c /tests
parentfeat: wired OR (diff)
downloadlogic-rust-7521366272166a0cee937ac36c55203790ed6406.tar.gz
logic-rust-7521366272166a0cee937ac36c55203790ed6406.tar.bz2
logic-rust-7521366272166a0cee937ac36c55203790ed6406.tar.lz
logic-rust-7521366272166a0cee937ac36c55203790ed6406.tar.xz
logic-rust-7521366272166a0cee937ac36c55203790ed6406.tar.zst
logic-rust-7521366272166a0cee937ac36c55203790ed6406.zip
feat: read truth table from file
Diffstat (limited to 'tests')
-rw-r--r--tests/1.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/1.txt b/tests/1.txt
new file mode 100644
index 0000000..e42f1fe
--- /dev/null
+++ b/tests/1.txt
@@ -0,0 +1,12 @@
+X4 X3 X2 X1
+F1 F2 F3
+0000 111
+0001 110
+0010 110
+0011 111
+0100 111
+0101 010
+0110 010
+0111 011
+1000 0--
+1001 00-