From efd650f1cd20812ab84af16dba772be1931f0bd9 Mon Sep 17 00:00:00 2001 From: Bas Grolleman Date: Fri, 5 Dec 2025 07:59:37 +0100 Subject: [PATCH] Test autorunner on Day4 --- 2025/Day4/Day4_first.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2025/Day4/Day4_first.lua b/2025/Day4/Day4_first.lua index ec7d91d..87a39e8 100755 --- a/2025/Day4/Day4_first.lua +++ b/2025/Day4/Day4_first.lua @@ -10,7 +10,7 @@ -- -- --local input_file = "test" -local input_file = "full" +local input_file = "Day4/full" local warehouse = {} local row = 0