summaryrefslogtreecommitdiff
path: root/5s.txt
diff options
context:
space:
mode:
authorlamp2023-12-05 13:27:03 +0000
committerlamp2023-12-05 13:27:03 +0000
commitd68ad4401a8685e51dac64caede973efc56c9189 (patch)
tree64bd4b152e91fccf04258d1d28c98718d32e37fc /5s.txt
parent843d10f9a8ff2f1d9b22acae18f0ee2ae0c8d9fd (diff)
add day 5 part 1 solution
Diffstat (limited to '5s.txt')
-rw-r--r--5s.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/5s.txt b/5s.txt
new file mode 100644
index 0000000..64accf6
--- /dev/null
+++ b/5s.txt
@@ -0,0 +1,34 @@
+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
+