day 24 puzzle 1

This commit is contained in:
2024-12-25 18:41:08 +01:00
parent ec75800078
commit 9300d786f8
7 changed files with 138 additions and 1 deletions

10
res/examples/day24_1.txt Normal file
View 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