adventofcode/2024/day24/testinput
Brian Buller 40da8b1a0a 2024 Day 24 complete
Part 2 solved manually, working on a programmatic solution
2024-12-24 09:07:12 -06:00

11 lines
99 B
Plaintext

x00: 1
x01: 1
x02: 1
y00: 0
y01: 1
y02: 0
x00 AND y00 -> z00
x01 XOR y01 -> z01
x02 OR y02 -> z02