advent_of_code/2015/day07-some_assembly_required/tests/sample_input

9 lines
97 B
Text
Raw Normal View History

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