mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-07 20:33:20 +08:00
10 lines
111 B
CSV
10 lines
111 B
CSV
A,B,C~in~,S,C~out~
|
|
0,0,0,0,0
|
|
0,0,1,1,0
|
|
0,1,0,1,0
|
|
0,1,1,0,1
|
|
1,0,0,1,0
|
|
1,0,1,0,1
|
|
1,1,0,0,1
|
|
1,1,1,1,1
|