2024 Day 24 complete

Part 2 solved manually, working on a programmatic solution
This commit is contained in:
2024-12-24 09:07:12 -06:00
parent 8e5e6a54fd
commit 40da8b1a0a
6 changed files with 582 additions and 0 deletions

10
2024/day24/testinput 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