diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-13 23:07:39 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:33:16 +0100 |
commit | be26f6cb3526757e089e879c0c3b53db5d1d363e (patch) | |
tree | 03d051017b0c0221cf6bb4238d57e00a4094f568 /day13/example.txt | |
parent | 2f925df1b79fa8a3472bf5b31026ece5f4dc26de (diff) |
Fucking day 13
Diffstat (limited to 'day13/example.txt')
-rw-r--r-- | day13/example.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/day13/example.txt b/day13/example.txt new file mode 100644 index 0000000..022b0dc --- /dev/null +++ b/day13/example.txt @@ -0,0 +1,15 @@ +Button A: X+94, Y+34
+Button B: X+22, Y+67
+Prize: X=8400, Y=5400
+
+Button A: X+26, Y+66
+Button B: X+67, Y+21
+Prize: X=12748, Y=12176
+
+Button A: X+17, Y+86
+Button B: X+84, Y+37
+Prize: X=7870, Y=6450
+
+Button A: X+69, Y+23
+Button B: X+27, Y+71
+Prize: X=18641, Y=10279
|