summaryrefslogtreecommitdiffstats
path: root/prog/aoc/23/5/in.txt
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-12-06 00:53:09 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-12-06 00:53:09 +0100
commit67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a (patch)
tree9dce4e1f36dd82a2a56650576fcbce6334d5f068 /prog/aoc/23/5/in.txt
parentkolokvij1.lyx (diff)
downloadr-67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a.tar
r-67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a.tar.gz
r-67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a.tar.bz2
r-67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a.tar.lz
r-67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a.tar.xz
r-67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a.tar.zst
r-67b9ee7cb165998a478c2f81ba4ff5d566e0ae4a.zip
Diffstat (limited to '')
-rw-r--r--prog/aoc/23/5/in.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/prog/aoc/23/5/in.txt b/prog/aoc/23/5/in.txt
new file mode 100644
index 0000000..f756727
--- /dev/null
+++ b/prog/aoc/23/5/in.txt
@@ -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