Files
adventofcode/2015/07/example.txt
2016-12-08 13:56:43 +01: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