o
odinpkg.dev
packages / library / advent-of-code

advent-of-code

e8b1033library

Advent of Code solutions in Odin

BSD-3-Clause · updated 7 months ago



advent-of-code

Advent of Code solutions in Odin

Running the solvers

Usage:
        advent-of-code.exe [year] [day] [-gold] [-silver]
        odin run . -- [year] [day] [-gold] [-silver]
        odin run . -o=speed -- [year] [day] [-gold] [-silver]
Flags:
        -year:<string>  | Year.
        -day:<string>   | Day.
                        |
        -gold           | Run gold versions.
        -silver         | Run silver versions.

Running tests

odin test .

Bootstrapping the solution for a given day

# creates `solutions/solver_YYYY_DD.odin`
make init YEAR=YYYY DAY=DD