aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2023/day05/eg-in
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-12-29 12:44:08 +0100
committerOscar Najera <hi@oscarnajera.com>2023-12-29 12:44:08 +0100
commit92b5b7b716b6f6906b1432a092571ae712e56ac7 (patch)
tree66b02ac7ed51ebd54802b79e1706714a71cb7470 /AoC2023/day05/eg-in
parentaa5641e8219672819c629954c478f484a4841ea6 (diff)
downloadscratch-92b5b7b716b6f6906b1432a092571ae712e56ac7.tar.gz
scratch-92b5b7b716b6f6906b1432a092571ae712e56ac7.tar.bz2
scratch-92b5b7b716b6f6906b1432a092571ae712e56ac7.zip
refactor
Diffstat (limited to 'AoC2023/day05/eg-in')
-rw-r--r--AoC2023/day05/eg-in33
1 files changed, 33 insertions, 0 deletions
diff --git a/AoC2023/day05/eg-in b/AoC2023/day05/eg-in
new file mode 100644
index 0000000..f756727
--- /dev/null
+++ b/AoC2023/day05/eg-in
@@ -0,0 +1,33 @@
+seeds: 79 14 55 13
+
+seed-to-soil map:
+50 98 2
+52 50 48
+
+soil-to-fertilizer map:
+0 15 37
+37 52 2
+39 0 15
+
+fertilizer-to-water map:
+49 53 8
+0 11 42
+42 0 7
+57 7 4
+
+water-to-light map:
+88 18 7
+18 25 70
+
+light-to-temperature map:
+45 77 23
+81 45 19
+68 64 13
+
+temperature-to-humidity map:
+0 69 1
+1 0 69
+
+humidity-to-location map:
+60 56 37
+56 93 4