2024-24 part 1 in haskell
This commit is contained in:
parent
fbbe5d517f
commit
ade8a22794
4 changed files with 457 additions and 0 deletions
10
2024/24-Crossed_Wires/example
Normal file
10
2024/24-Crossed_Wires/example
Normal file
|
@ -0,0 +1,10 @@
|
|||
x00: 1
|
||||
x01: 1
|
||||
x02: 1
|
||||
y00: 0
|
||||
y01: 1
|
||||
y02: 0
|
||||
|
||||
x00 AND y00 -> z00
|
||||
x01 XOR y01 -> z01
|
||||
x02 OR y02 -> z02
|
Loading…
Add table
Add a link
Reference in a new issue