diff options
author | Martin Ashby <martin@ashbysoft.com> | 2022-12-16 21:26:14 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2022-12-16 21:26:14 +0000 |
commit | 9a28d57b576b5b629027fe33e896b96b97c57370 (patch) | |
tree | a021a83cc16501a088563c1c3045fd1a85c80374 /input/day15_ex.txt | |
parent | 705d2d01eabfc4bcfd32303637813406a53b5881 (diff) | |
download | aoc2022-9a28d57b576b5b629027fe33e896b96b97c57370.tar.gz aoc2022-9a28d57b576b5b629027fe33e896b96b97c57370.tar.bz2 aoc2022-9a28d57b576b5b629027fe33e896b96b97c57370.tar.xz aoc2022-9a28d57b576b5b629027fe33e896b96b97c57370.zip |
day15 pt1
Diffstat (limited to 'input/day15_ex.txt')
-rw-r--r-- | input/day15_ex.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/input/day15_ex.txt b/input/day15_ex.txt new file mode 100644 index 0000000..652e631 --- /dev/null +++ b/input/day15_ex.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
\ No newline at end of file |