2022 Day 17 part 1 Complete

This commit is contained in:
2022-12-20 15:04:26 -06:00
parent 4abc58d07d
commit c4d5dae456
10 changed files with 1297 additions and 0 deletions

2
2022/day19/testinput Normal file
View File

@@ -0,0 +1,2 @@
Blueprint 1: Each ore robot costs 4 ore. Each clay robot costs 2 ore. Each obsidian robot costs 3 ore and 14 clay. Each geode robot costs 2 ore and 7 obsidian.
Blueprint 2: Each ore robot costs 2 ore. Each clay robot costs 3 ore. Each obsidian robot costs 3 ore and 8 clay. Each geode robot costs 3 ore and 12 obsidian.