o
odinpkg.dev
packages / library / AoC_2025

AoC_2025

6fb63b7library

Advent of Code 2025

0BSD · updated 7 months ago

Advent of Code 2025

To run a particular day

e.g. to run day 1: odin run day1 -- path/to/input.txt

if you care about the runtime: (not all days print the runtime) odin run day1 -o:speed -- path/to/input.txt

To run the examples

e.g.: odin test day1