From 2abe4179cb9bef838a8190d9490ddd37767a4e33 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 11 Dec 2021 00:10:24 +0000 Subject: aoc2021-bigboys: put long solutions in code blocks --- content/projects/aoc2021-bigboys.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/projects/aoc2021-bigboys.md b/content/projects/aoc2021-bigboys.md index ede5c92..6e8b537 100644 --- a/content/projects/aoc2021-bigboys.md +++ b/content/projects/aoc2021-bigboys.md @@ -19,9 +19,9 @@ them up nicely. ## Day 3 * 1000001 lines each with a 100 bit number - [Download 3-1000001-100.in.xz (14MiB compressed / 97MiB decompressed)][3-1000001-100.in.xz] - Part 1: 386463119445733053722557199393548794069517420395751036911156 - Part 2: 356913958942791247617705918285570893096041618195840162127310 + [Download 3-1000001-100.in.xz (14MiB compressed / 97MiB decompressed)][3-1000001-100.in.xz] +
Part 1: 386463119445733053722557199393548794069517420395751036911156
+Part 2: 356913958942791247617705918285570893096041618195840162127310
## Day 4 @@ -91,11 +91,11 @@ them up nicely. ## Day 10 * 10000 lines each with a pre-mangled length target of 1000 characters - [Download 10-10000-1000.in.xz (3.1MiB compressed / 9.2MiB decompressed)][10-10000-1000.in.xz] - Part 1: 32852823 - Part 2: 105721020868542718163333508098695965856824383141538359 - Note: Part 2 %2^64: 11022194402702354999, %2^32: 1113549367 - feel free to - avoid the bignum requirement. + [Download 10-10000-1000.in.xz (3.1MiB compressed / 9.2MiB decompressed)][10-10000-1000.in.xz] +
Part 1: 32852823
+Part 2: 105721020868542718163333508098695965856824383141538359
+Part 2 % 2^64: 11022194402702354999
+Part 2 % 2^32: 1113549367
[3-1000001-100.in.xz]: https://the-tk.com/files/aoc2021-bigboys/3-1000001-100.in.xz [4-900-15.in.xz]: https://the-tk.com/files/aoc2021-bigboys/4-900-15.in.xz -- cgit v1.2.3-54-g00ecf