summaryrefslogtreecommitdiff
path: root/2023/Rust/input/day5.test
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-12-05 15:36:09 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-12-05 15:36:09 +0200
commit5cc25461680938d03f345ca1dfab61c2ef95cca3 (patch)
treead642a490321d0ceffabac56817a338d85bcd32d /2023/Rust/input/day5.test
parent7e7fcbc6990721176ed10886f585505f98cc2191 (diff)
downloadaoc-5cc25461680938d03f345ca1dfab61c2ef95cca3.tar.xz
aoc-5cc25461680938d03f345ca1dfab61c2ef95cca3.zip
Part 1 day5 done
Diffstat (limited to '2023/Rust/input/day5.test')
-rw-r--r--2023/Rust/input/day5.test33
1 files changed, 33 insertions, 0 deletions
diff --git a/2023/Rust/input/day5.test b/2023/Rust/input/day5.test
new file mode 100644
index 0000000..f756727
--- /dev/null
+++ b/2023/Rust/input/day5.test
@@ -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