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
1b.csv Normal file
View File

@@ -0,0 +1,9 @@
IN1,IN2,IN3,OUT
0,0,0,1
0,0,1,1
0,1,0,0
0,1,1,0
1,0,0,0
1,0,1,0
1,1,0,1
1,1,1,1
1 IN1 IN2 IN3 OUT
2 0 0 0 1
3 0 0 1 1
4 0 1 0 0
5 0 1 1 0
6 1 0 0 0
7 1 0 1 0
8 1 1 0 1
9 1 1 1 1