aboutsummaryrefslogtreecommitdiff
path: root/2023/05-If_You_Give_A_Seed_A_Fertilizer/example
diff options
context:
space:
mode:
authorJulien Dessaux2023-12-05 16:57:54 +0100
committerJulien Dessaux2023-12-05 17:11:56 +0100
commitfd1fbb916f1ff33142e6fdadfe7a9800ebe240d1 (patch)
tree0c282e8bd131179b170cd18f636ee9cc32600054 /2023/05-If_You_Give_A_Seed_A_Fertilizer/example
parent2023-04 in haskell (diff)
downloadadvent-of-code-fd1fbb916f1ff33142e6fdadfe7a9800ebe240d1.tar.gz
advent-of-code-fd1fbb916f1ff33142e6fdadfe7a9800ebe240d1.tar.bz2
advent-of-code-fd1fbb916f1ff33142e6fdadfe7a9800ebe240d1.zip
2023-05 in haskell
Diffstat (limited to '2023/05-If_You_Give_A_Seed_A_Fertilizer/example')
-rw-r--r--2023/05-If_You_Give_A_Seed_A_Fertilizer/example33
1 files changed, 33 insertions, 0 deletions
diff --git a/2023/05-If_You_Give_A_Seed_A_Fertilizer/example b/2023/05-If_You_Give_A_Seed_A_Fertilizer/example
new file mode 100644
index 0000000..f756727
--- /dev/null
+++ b/2023/05-If_You_Give_A_Seed_A_Fertilizer/example
@@ -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