diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-12-11 00:10:24 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-12-11 00:10:24 +0000 |
commit | 2abe4179cb9bef838a8190d9490ddd37767a4e33 (patch) | |
tree | 40924dcc4b747633400be7762863c1f008d7dbc2 | |
parent | bbe74d7b01de86cb6d84eeb9236c374c1386161d (diff) | |
download | the-tk.com-2abe4179cb9bef838a8190d9490ddd37767a4e33.tar.gz the-tk.com-2abe4179cb9bef838a8190d9490ddd37767a4e33.tar.xz the-tk.com-2abe4179cb9bef838a8190d9490ddd37767a4e33.zip |
aoc2021-bigboys: put long solutions in code blocks
-rw-r--r-- | content/projects/aoc2021-bigboys.md | 16 |
1 files 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] + <div class="codehilite"><pre><code>Part 1: 386463119445733053722557199393548794069517420395751036911156 +Part 2: 356913958942791247617705918285570893096041618195840162127310</code></pre></div> ## 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] + <div class="codehilite"><pre><code>Part 1: 32852823 +Part 2: 105721020868542718163333508098695965856824383141538359 +Part 2 % 2^64: 11022194402702354999 +Part 2 % 2^32: 1113549367</code></pre></div> [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 |