diff options
Diffstat (limited to '2023/05/resources/input_small.txt')
-rw-r--r-- | 2023/05/resources/input_small.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/2023/05/resources/input_small.txt b/2023/05/resources/input_small.txt new file mode 100644 index 0000000..f756727 --- /dev/null +++ b/2023/05/resources/input_small.txt | |||
@@ -0,0 +1,33 @@ | |||
1 | seeds: 79 14 55 13 | ||
2 | |||
3 | seed-to-soil map: | ||
4 | 50 98 2 | ||
5 | 52 50 48 | ||
6 | |||
7 | soil-to-fertilizer map: | ||
8 | 0 15 37 | ||
9 | 37 52 2 | ||
10 | 39 0 15 | ||
11 | |||
12 | fertilizer-to-water map: | ||
13 | 49 53 8 | ||
14 | 0 11 42 | ||
15 | 42 0 7 | ||
16 | 57 7 4 | ||
17 | |||
18 | water-to-light map: | ||
19 | 88 18 7 | ||
20 | 18 25 70 | ||
21 | |||
22 | light-to-temperature map: | ||
23 | 45 77 23 | ||
24 | 81 45 19 | ||
25 | 68 64 13 | ||
26 | |||
27 | temperature-to-humidity map: | ||
28 | 0 69 1 | ||
29 | 1 0 69 | ||
30 | |||
31 | humidity-to-location map: | ||
32 | 60 56 37 | ||
33 | 56 93 4 | ||