From 9ed8dc9af26b19716616246250553df3ffdf5d37 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 16 Dec 2024 22:26:23 +0100 Subject: 2024-13 in haskell --- 2024/13-Claw_Contraption/example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 2024/13-Claw_Contraption/example (limited to '2024/13-Claw_Contraption/example') 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 -- cgit v1.2.3