diff options
author | Julien Dessaux | 2024-12-16 22:26:23 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-12-16 22:26:23 +0100 |
commit | 9ed8dc9af26b19716616246250553df3ffdf5d37 (patch) | |
tree | 4abf1dc0df1948af80f3afc9cd3e724501a7a487 /2024/13-Claw_Contraption/example | |
parent | 2024-12 in haskell (diff) | |
download | advent-of-code-9ed8dc9af26b19716616246250553df3ffdf5d37.tar.gz advent-of-code-9ed8dc9af26b19716616246250553df3ffdf5d37.tar.bz2 advent-of-code-9ed8dc9af26b19716616246250553df3ffdf5d37.zip |
2024-13 in haskell
Diffstat (limited to '2024/13-Claw_Contraption/example')
-rw-r--r-- | 2024/13-Claw_Contraption/example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2024/13-Claw_Contraption/example b/2024/13-Claw_Contraption/example new file mode 100644 index 0000000..912f482 --- /dev/null +++ b/2024/13-Claw_Contraption/example @@ -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 |