o
odin.langpkg.dev
packages / library / aoc

aoc

6830f8alibrary

No description provided.

No license · updated 7 months ago

Advent of Code Solutions

My solutions for Advent of Code puzzles across different years.

About Advent of Code

Advent of Code is an annual set of Christmas-themed programming puzzles created by Eric Wastl. Each December, a new puzzle is released daily from December 1st through December 25th. Each puzzle has two parts, with the second part unlocking after completing the first.

Repository Structure

aoc/
├── 2025/          # Solutions for Advent of Code 2025 (Odin)
└── ...            # Future years

Years

2025 - Odin

Solutions written in Odin, a fast and modern systems programming language.

See the 2025 README for more details.

Philosophy

  • Learning-focused: Each year may use a different programming language to explore new paradigms and tools
  • Well-tested: Solutions include comprehensive test suites
  • Readable: Code prioritizes clarity and maintainability
  • Self-contained: Each year's solutions are independent with their own build system and dependencies

Links