/aoc

My solutions to the puzzles from 2020 in Odin

Primary LanguageOdin

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"