diff options
author | Botond Hende <nettingman@gmail.com> | 2024-12-13 20:52:55 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-12-13 20:52:55 +0100 |
commit | 1ffc2556d4ae91a6a568def1fb79410cf70eb795 (patch) | |
tree | 0c60a0eaa603edfcaf34a6979177a577388bbd50 /2024/day13/input_test | |
parent | 1d3fff4219458283ce7919c3fb5c94951a66dac7 (diff) |
2024 day 12-13
Diffstat (limited to '2024/day13/input_test')
-rw-r--r-- | 2024/day13/input_test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2024/day13/input_test b/2024/day13/input_test new file mode 100644 index 0000000..c51f154 --- /dev/null +++ b/2024/day13/input_test @@ -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
\ No newline at end of file |