aboutsummaryrefslogtreecommitdiff
path: root/2022/15-beacon-exclusion-zone/example
diff options
context:
space:
mode:
authorJulien Dessaux2022-12-23 23:50:21 +0100
committerJulien Dessaux2022-12-23 23:50:21 +0100
commitf318cc18e1e54a90cdbf2b9b0f926a279bd08222 (patch)
treef4ee8993cec354bc84d5af3296b7a457ff1133e1 /2022/15-beacon-exclusion-zone/example
parent2022-14 in zig (diff)
downloadadvent-of-code-f318cc18e1e54a90cdbf2b9b0f926a279bd08222.tar.gz
advent-of-code-f318cc18e1e54a90cdbf2b9b0f926a279bd08222.tar.bz2
advent-of-code-f318cc18e1e54a90cdbf2b9b0f926a279bd08222.zip
2022-15 part 1 in zig
Diffstat (limited to '')
-rw-r--r--2022/15-beacon-exclusion-zone/example14
1 files changed, 14 insertions, 0 deletions
diff --git a/2022/15-beacon-exclusion-zone/example b/2022/15-beacon-exclusion-zone/example
new file mode 100644
index 0000000..a612424
--- /dev/null
+++ b/2022/15-beacon-exclusion-zone/example
@@ -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