o
odin.langpkg.dev
packages / library / AdventOfCode

AdventOfCode

5ee9e40library

No description provided.

MIT · updated 7 months ago

Bibelott's Advent Of Code Solutions

My solutions to the Advent Of Code events, organized by year.

Every day's solution is completely self-contained. There's no utils library to obfuscate what's actually going on and no external code is used except for the given language's std library 1.

Every year I use a different language, so far I've done:

Year Language
2023 Rust
2024 Zig
2025 Odin

I'm currently in the process of adding the 2023 and 2024 solutions, as I didn't think about creating this repo until 2025. That's why the commit history is weird.

Footnotes

  1. Sometimes I include some extra solutions, where I just mess around with some stupid idea I had. I might use external libraries in those, like in 2025 Day 5