2015 day 4, 5, 6, 7.
This commit is contained in:
5
src/holt59/aoc/inputs/tests/2015/day5.txt
Normal file
5
src/holt59/aoc/inputs/tests/2015/day5.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ugknbfddgicrmopn
|
||||
aaa
|
||||
jchzalrnumimnmhp
|
||||
haegwjzuvuyypxyu
|
||||
dvszwmarrgswjxmb
|
3
src/holt59/aoc/inputs/tests/2015/day6.txt
Normal file
3
src/holt59/aoc/inputs/tests/2015/day6.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
turn on 0,0 through 999,999
|
||||
toggle 0,0 through 999,0
|
||||
turn off 499,499 through 500,500
|
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