diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-01-11 18:51:24 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-01-11 18:51:24 +0100 |
commit | 5682ca91b7367ddfb23d7f281bdc63bebb994cc5 (patch) | |
tree | f8c01bc5ecf09c37a9827577d559816692c43619 /AoC2022/19/eg-in | |
parent | 5fcc997caa199bbf7e7f1ae0e8d68c1a947bd5ea (diff) | |
download | scratch-5682ca91b7367ddfb23d7f281bdc63bebb994cc5.tar.gz scratch-5682ca91b7367ddfb23d7f281bdc63bebb994cc5.tar.bz2 scratch-5682ca91b7367ddfb23d7f281bdc63bebb994cc5.zip |
AGG Mutable state
Diffstat (limited to 'AoC2022/19/eg-in')
-rw-r--r-- | AoC2022/19/eg-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AoC2022/19/eg-in b/AoC2022/19/eg-in new file mode 100644 index 0000000..f39c094 --- /dev/null +++ b/AoC2022/19/eg-in @@ -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. |