From be31c082ce6ec6bf3ed5d4c4f6c8f460045a8757 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Sat, 17 Dec 2022 20:17:08 +0000 Subject: Solve puzzle 16 part 1 That was a tough one. Still takes 2.5s on my hardware. Should be able to multithread the permuation search at some point, if I want to. --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index ce27a0a..241807e 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,7 @@ all: bin \ bin/13 \ bin/14 \ bin/15 \ + bin/16 \ bin: mkdir -p $@ -- cgit v1.2.1