From ad27ffd3a643e93d561fc39cde98e683a6592491 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Tue, 20 Dec 2022 12:09:07 +0000 Subject: [WIP] Day 19, part 1 --- day19/test | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 day19/test (limited to 'day19/test') diff --git a/day19/test b/day19/test new file mode 100644 index 0000000..f39c094 --- /dev/null +++ b/day19/test @@ -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. -- cgit v1.2.1