2015 day 15.
This commit is contained in:
4
src/holt59/aoc/inputs/holt59/2015/day15.txt
Normal file
4
src/holt59/aoc/inputs/holt59/2015/day15.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Sugar: capacity 3, durability 0, flavor 0, texture -3, calories 2
|
||||
Sprinkles: capacity -3, durability 3, flavor 0, texture 0, calories 9
|
||||
Candy: capacity -1, durability 0, flavor 4, texture 0, calories 1
|
||||
Chocolate: capacity 0, durability 0, flavor -2, texture 2, calories 8
|
2
src/holt59/aoc/inputs/tests/2015/day15.txt
Normal file
2
src/holt59/aoc/inputs/tests/2015/day15.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Butterscotch: capacity -1, durability -2, flavor 6, texture 3, calories 8
|
||||
Cinnamon: capacity 2, durability 3, flavor -2, texture -1, calories 3
|
Reference in New Issue
Block a user