diff options
author | Adam Spragg <adam@spra.gg> | 2022-12-17 20:17:08 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-12-17 20:17:08 +0000 |
commit | be31c082ce6ec6bf3ed5d4c4f6c8f460045a8757 (patch) | |
tree | 69328e4daa6c46ca7257875e73ad923cce7ff154 /makefile | |
parent | 7b1fd2a22acbe96361c52ec5c4f76b1870876bb9 (diff) |
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.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ all: bin \ bin/13 \ bin/14 \ bin/15 \ + bin/16 \ bin: mkdir -p $@ |