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