advent-of-code/2015/samples/day07.txt
Tyrel Souza b2ad0448ba 2015
2022-12-09 16:41:14 -05:00

9 lines
97 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