From be26f6cb3526757e089e879c0c3b53db5d1d363e Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 13 Dec 2024 23:07:39 +0100 Subject: Fucking day 13 --- day13/example.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 day13/example.txt (limited to 'day13/example.txt') 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 -- cgit