diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-12-13 15:55:29 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-12-13 15:55:29 +0200 |
| commit | 4cd624ed3687b589e53dc27891c879e7375c5c66 (patch) | |
| tree | ab9935a29508cb6641894c12279cf5a6065f6881 /2024/go/input/day13.test | |
| parent | 88d5f0d378c8de55d92e89a063e5ff0f8cc5ffd2 (diff) | |
| download | aoc-4cd624ed3687b589e53dc27891c879e7375c5c66.tar.xz aoc-4cd624ed3687b589e53dc27891c879e7375c5c66.zip | |
Day 13 done using good old's cramer's rule
Diffstat (limited to '2024/go/input/day13.test')
| -rw-r--r-- | 2024/go/input/day13.test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2024/go/input/day13.test b/2024/go/input/day13.test new file mode 100644 index 0000000..912f482 --- /dev/null +++ b/2024/go/input/day13.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 |
