diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:04:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-13 23:04:01 +0100 |
| commit | b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58 (patch) | |
| tree | ff5c362a6c802ecb17ea053787714d034242a290 /2023/05/example.txt | |
| parent | 2bf891c41c4613c83d869796cb68793ddb629ab8 (diff) | |
| download | aoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.tar.gz aoc-b50110f5d370be071f9f1ce5ef4e1a7fdf41ce58.zip | |
Cleanup
Diffstat (limited to '')
| -rw-r--r-- | 2023/05/example.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/2023/05/example.txt b/2023/05/example.txt deleted file mode 100644 index f756727..0000000 --- a/2023/05/example.txt +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 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 | ||
