advent-of-code/2015/day-07/inputs/test.txt

9 lines
97 B
Plaintext

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