diff options
author | 2025-04-27 13:15:19 +0300 | |
---|---|---|
committer | 2025-04-27 13:15:19 +0300 | |
commit | 7521366272166a0cee937ac36c55203790ed6406 (patch) | |
tree | 84386a850d71667ddac2733214063f9ec24ccc4c /tests/1.txt | |
parent | feat: wired OR (diff) | |
download | logic-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/1.txt')
-rw-r--r-- | tests/1.txt | 12 |
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- |