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

advent-of-code-2023

e735301library

No description provided.

No license · updated 3 years ago

Advent Of Code 2023

Written in Odin-Lang.

Running these solutions

To run all days:

odin run .

To run only a specific day:

odin run . -- <day>

To run the provided tests for a specific day:

odin test . -- <day>

Note: individually specified days will run with verbose output, but running all days will only print the answers.