From f328e9a8fe0ab35252ff48a4238800f9f9f826b5 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Tue, 13 Dec 2022 23:40:29 +0000 Subject: First attempt at puzzle 13 part 1 (buggy) Gets correct answer for test input, but wrong answer (5711) for main input. The problem is, I don't know where it's going wrong, and the inputs are complicated, so tracking down the source of the problem is going to be a major pain. Wish I hadn't put this off for most of the day, and had more time to look at it now. --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index ec3e374..05247f8 100644 --- a/makefile +++ b/makefile @@ -14,6 +14,7 @@ all: bin \ bin/10 \ bin/11 \ bin/12 \ + bin/13 \ bin: mkdir -p $@ -- cgit v1.2.1