vault backup: 2024-04-21 22:58:56

This commit is contained in:
2024-04-21 22:58:56 +01:00
parent 4266ea8300
commit d58c22b4dc
57 changed files with 3807 additions and 26 deletions

9
1a.csv Normal file
View File

@@ -0,0 +1,9 @@
A,B,C,XOR1,OR,NAND,NOT,XOR2,X
0,0,0,0,0,1,1,0,0
0,0,1,0,1,1,0,1,1
0,1,0,1,1,0,1,1,1
0,1,1,1,1,0,0,0,0
1,0,0,1,0,1,1,0,0
1,0,1,1,1,0,0,0,0
1,1,0,0,1,1,1,0,0
1,1,1,0,1,1,0,1,1
1 A B C XOR1 OR NAND NOT XOR2 X
2 0 0 0 0 0 1 1 0 0
3 0 0 1 0 1 1 0 1 1
4 0 1 0 1 1 0 1 1 1
5 0 1 1 1 1 0 0 0 0
6 1 0 0 1 0 1 1 0 0
7 1 0 1 1 1 0 0 0 0
8 1 1 0 0 1 1 1 0 0
9 1 1 1 0 1 1 0 1 1