Advent-of-Code/2015/day7.sample

9 lines
97 B
Plaintext
Raw Normal View History

2023-07-07 00:47:08 -04: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