My solutions for Advent of Code - an annual coding challenge with daily puzzles from December 1st to 25th.
| Year | Language | Stars | Status |
|---|---|---|---|
| 2025 | Go | β 18/24 | π In Progress |
| 2024 | Python | β 16/50 | π In Progress |
| 2023 | Rust | β 0/50 | π Not Started |
| 2022 | Zig | β 0/50 | π Not Started |
| 2021 | Elixir | β 0/50 | π Not Started |
| 2020 | Haskell | β 0/50 | π Not Started |
| 2019 | Dart | β 0/50 | π Not Started |
| 2018 | OCaml | β 0/50 | π Not Started |
| 2017 | Gleam | β 0/50 | π Not Started |
| 2016 | Kotlin | β 0/50 | π Not Started |
| 2015 | Julia | β 0/50 | π Not Started |
advent-of-code/
βββ aoc_2015/ # Julia solutions
βββ aoc_2016/ # Kotlin solutions
βββ aoc_2017/ # Gleam solutions
βββ aoc_2018/ # OCaml solutions
βββ aoc_2019/ # Dart solutions
βββ aoc_2020/ # Haskell solutions
βββ aoc_2021/ # Elixir solutions
βββ aoc_2022/ # Zig solutions
βββ aoc_2023/ # Rust solutions
βββ aoc_2024/ # Python solutions
βββ aoc_2025/ # Go solutions
βββ README.md
Each year folder contains its own README with detailed progress and instructions.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. β Eric Wastl, creator of AoC
This repository includes fetch_aoc.py, a helper script to fetch puzzle descriptions for personal use.
β οΈ Important: This tool is for personal use only to help organize your own solutions. Please be respectful of adventofcode.com servers. Puzzle content is Β© Advent of Code / Eric Wastl and is git-ignored.
- Puzzle descriptions are Β© Advent of Code / Eric Wastl and are not included in this repository
- Solutions are my own work (with AI-assisted documentation)
- Input files are personalized and git-ignored
- Please consider supporting Advent of Code if you enjoy it!
Solutions are available under the MIT License. See LICENSE.