From 6abc5d692b0e6dae5d21b84df8a8afd3faf74381 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Mon, 30 Dec 2024 08:48:31 +0100 Subject: [PATCH] day24 - note correct solution for future automation --- day24.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day24.py b/day24.py index 5eb3341..87a6d98 100644 --- a/day24.py +++ b/day24.py @@ -108,7 +108,7 @@ class Day(AOCDay): (42883464055378, "input24"), ], [ - (None, "input24"), + ("dqr,dtk,pfw,shh,vgs,z21,z33,z39", "input24"), ], ]