From 5dfaef724187d2d5aa4da85d240b96b23c68f7b4 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Sat, 31 Dec 2022 15:48:56 +0000 Subject: Puzzle 19: Switch default build strategy to "exhaustive" --- 19.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '19.c') diff --git a/19.c b/19.c index d2907c2..cccc746 100644 --- a/19.c +++ b/19.c @@ -292,7 +292,7 @@ int main(int argc, char ** argv) { int rounds = 24; - char const * build = "basic"; + char const * build = "exhaustive"; int quality = 0, i; regex_t reblueprint; char buf[BUFSIZ]; -- cgit v1.2.1