AoC2015/day07/input.testing

8 lines
96 B
Plaintext
Raw Normal View History

2022-07-15 19:30:09 +00:00
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