aoc2015/inputs/7_test
Stefan Harmuth 690a0ffeb2 day07
2020-12-24 15:17:21 +01:00

8 lines
96 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