diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-02-10 23:53:15 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-02-10 23:53:15 +0200 |
commit | 555091332de32b1d3b36c888ed21898aae540750 (patch) | |
tree | 6dd5dc02ecb4d7678d13e5f1265e61e155f33c43 /Advent-of-Code-2022/aoc-15/sample.txt | |
parent | 9f57e15a054b16d335e9d5c49ddd7be829b4e272 (diff) |
add a couple of days
Diffstat (limited to 'Advent-of-Code-2022/aoc-15/sample.txt')
-rw-r--r-- | Advent-of-Code-2022/aoc-15/sample.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Advent-of-Code-2022/aoc-15/sample.txt b/Advent-of-Code-2022/aoc-15/sample.txt new file mode 100644 index 0000000..a612424 --- /dev/null +++ b/Advent-of-Code-2022/aoc-15/sample.txt @@ -0,0 +1,14 @@ +Sensor at x=2, y=18: closest beacon is at x=-2, y=15 +Sensor at x=9, y=16: closest beacon is at x=10, y=16 +Sensor at x=13, y=2: closest beacon is at x=15, y=3 +Sensor at x=12, y=14: closest beacon is at x=10, y=16 +Sensor at x=10, y=20: closest beacon is at x=10, y=16 +Sensor at x=14, y=17: closest beacon is at x=10, y=16 +Sensor at x=8, y=7: closest beacon is at x=2, y=10 +Sensor at x=2, y=0: closest beacon is at x=2, y=10 +Sensor at x=0, y=11: closest beacon is at x=2, y=10 +Sensor at x=20, y=14: closest beacon is at x=25, y=17 +Sensor at x=17, y=20: closest beacon is at x=21, y=22 +Sensor at x=16, y=7: closest beacon is at x=15, y=3 +Sensor at x=14, y=3: closest beacon is at x=15, y=3 +Sensor at x=20, y=1: closest beacon is at x=15, y=3 |