diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-11 15:14:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-11 15:14:47 +0100 |
| commit | 554ad47f09974f0131df285fda8ea50a1fdad8f5 (patch) | |
| tree | d23caeb85e7fce6290664a0ebf3c96f513efbe94 /2023/05/example.txt | |
| download | aoc-554ad47f09974f0131df285fda8ea50a1fdad8f5.tar.gz aoc-554ad47f09974f0131df285fda8ea50a1fdad8f5.zip | |
Initial commit, some solutions
Diffstat (limited to '2023/05/example.txt')
| -rw-r--r-- | 2023/05/example.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/2023/05/example.txt b/2023/05/example.txt new file mode 100644 index 0000000..f756727 --- /dev/null +++ b/2023/05/example.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 | ||
