test1 (99B)
1 x00: 1 2 x01: 1 3 x02: 1 4 y00: 0 5 y01: 1 6 y02: 0 7 8 x00 AND y00 -> z00 9 x01 XOR y01 -> z01 10 x02 OR y02 -> z02
aocMy solutions for the Advent of Code | |
git clone https://git.tronto.net/aoc | |
Download | Log | Files | Refs | README |
test1 (99B)
1 x00: 1 2 x01: 1 3 x02: 1 4 y00: 0 5 y01: 1 6 y02: 0 7 8 x00 AND y00 -> z00 9 x01 XOR y01 -> z01 10 x02 OR y02 -> z02