From 0939249b408dce6ceab9c4637c2815b3b6f5f353 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Fri, 9 Dec 2022 13:18:34 +0000 Subject: First attempt at puzzle 9 part 1 (buggy) Apparently the answer it gets for the full input (5736) is wrong. The answer for the test input (13) is right though. Added a bunch of debugging logic, to try and see *where* it's going wrong, but I can't see it so far. This one is interesting. --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 6210dde..0268832 100644 --- a/makefile +++ b/makefile @@ -10,6 +10,7 @@ all: bin \ bin/6 \ bin/7 \ bin/8 \ + bin/9 \ bin: mkdir -p $@ -- cgit v1.2.1