Advent of Code
  • Rust 98.6%
  • Nushell 0.7%
  • Assembly 0.6%
  • Shell 0.1%
Find a file
2026-03-07 17:43:26 +01:00
.cargo update name of private registry 2024-08-20 20:53:13 +02:00
.config migrate from just to mise 2025-07-26 23:17:24 +02:00
15 fix clippy warnings in examples 2026-03-05 20:22:21 +01:00
16 infer window size of array_windows where possible 2026-03-07 17:43:26 +01:00
17 infer window size of array_windows where possible 2026-03-07 17:43:26 +01:00
18 fix clippy warnings 2025-11-12 10:00:48 +01:00
19 infer window size of array_windows where possible 2026-03-07 17:43:26 +01:00
20 infer window size of array_windows where possible 2026-03-07 17:43:26 +01:00
21 infer window size of array_windows where possible 2026-03-07 17:43:26 +01:00
22 use Rust 1.94's array_windows 2026-03-05 20:22:21 +01:00
23 infer window size of array_windows where possible 2026-03-07 17:43:26 +01:00
24 fix clippy warnings 2026-02-09 19:28:34 +01:00
25 infer window size of array_windows where possible 2026-03-07 17:43:26 +01:00
devel 25.11 solve part 2 2026-02-09 16:42:26 +01:00
mise 15.01 embed input in riscv solution 2026-02-23 20:24:04 +01:00
.gitignore trim gitignore 2025-07-26 23:17:24 +02:00
Cargo.lock 25.11 solve part 1 2026-02-09 16:42:26 +01:00
Cargo.toml update to edition 2024 2025-03-27 13:30:12 +01:00
README.md 25.11 solve part 1 2026-02-09 16:42:26 +01:00

Advent of Code

        1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
     ┌────────────────────────────────────────────────────────────────────────────┐
2015 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ? ▓▓  ?  ? │
2016 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? │
2017 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? │
2018 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? │
2019 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? │
2020 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ? │
2021 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ │
2022 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ? │
2023 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? │
2024 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? │
2025 │ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓  ?                                        │  302 ⭐
     └────────────────────────────────────────────────────────────────────────────┘

Interesting solutions

22.10 object-oriented observer pattern
19: 2,5,7,9 intcode computer