Files
advent-of-code/src/holt59/aoc/inputs/tests/2015/day7.txt
2024-01-04 21:05:42 +01:00

9 lines
97 B
Plaintext

123 -> x
456 -> y
x AND y -> d
x OR y -> e
x LSHIFT 2 -> f
y RSHIFT 2 -> g
NOT x -> h
NOT y -> i