o
odin.langpkg.dev
packages / library / aoc

aoc

5f72e76library

My solutions to the puzzles from 2020 in Odin

No license · updated 5 years ago

Advent of Code

My solutions to the puzzles from 2020 in Odin. Tested with version dev-2021-07:35230b1a.

To compile and run dayXY:

cd dayXY

# debug mode
odin run main.odin

# release mode
odin run main.odin -o="speed"