This repository contains my solutions to the puzzles in Advent of Code 2025. For the puzzle descriptions and inputs please visit the website.
All solutions are implemented in Julia.
If you want to run the code, please download the input file for each day in the respective folder under <day>/input.txt
Install dependencies:
julia --project=. -e 'using Pkg; Pkg.instantiate()'julia --project=. <day>/main.jlRun all days with festive output, timing, and answer verification:
julia --project=. run_all.jl