github.com/mnlphlp/aoc22@v0.0.0-20230330151331-c1dc4bff1b9b/day19/testInput.txt (about)

     1  Blueprint 1:
     2    Each ore robot costs 4 ore.
     3    Each clay robot costs 2 ore.
     4    Each obsidian robot costs 3 ore and 14 clay.
     5    Each geode robot costs 2 ore and 7 obsidian.
     6  
     7  Blueprint 2:
     8    Each ore robot costs 2 ore.
     9    Each clay robot costs 3 ore.
    10    Each obsidian robot costs 3 ore and 8 clay.
    11    Each geode robot costs 3 ore and 12 obsidian.
    12