2015 day 4, 5, 6, 7.
This commit is contained in:
8
src/holt59/aoc/inputs/tests/2015/day7.txt
Normal file
8
src/holt59/aoc/inputs/tests/2015/day7.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user