From 58f86002e905a8123bd94df8078e0ce697f4fe26 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 24 Dec 2021 15:11:48 +0100 Subject: hehe --- 2021/24/solve.c | 2 ++ 1 file changed, 2 insertions(+) (limited to '2021/24/solve.c') diff --git a/2021/24/solve.c b/2021/24/solve.c index 8ab524d..72bf9de 100644 --- a/2021/24/solve.c +++ b/2021/24/solve.c @@ -3,6 +3,8 @@ #include #include +// Non-trial-and-error solution in solve.js + static const int xs[] = { 14, 14, 14, 12, 15, -12, -12, 12, -7, 13, -8, -5, -10, -7 }; static const int ys[] = { 14, 2, 1, 13, 5, 5, 5, 9, 3, 13, 2, 1, 11, 8 }; static const int zs[] = { 1, 1, 1, 1, 1, 26, 26, 1, 26, 1, 26, 26, 26, 26 }; -- cgit v1.2.3