advent-of-code/2015/samples/day07.txt

9 lines
97 B
Plaintext
Raw Normal View History

2022-12-09 21:41:14 +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