advent-of-code/2015/day-07/inputs/sample.txt
Patrick Auernig 3c57921438 Refactor 2015 days 01 to 10
Split parts into separate files and remove some unused files
2021-12-08 01:05:17 +01:00

9 lines
97 B
Plaintext

x OR y -> e
123 -> x
x LSHIFT 2 -> f
x AND y -> d
y RSHIFT 2 -> g
NOT x -> h
456 -> y
NOT y -> i