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

advent-of-code-solutions

48f859elibrary

My solutions to the (annual) Advent of Code (AoC) challenges. 2022 solutions in Odin. 2021 solutions are in C or Odin.

No license · updated 3 years ago

My Advent of Code Solutions

Here are my solutions to the (annual) Advent of Code challenges.

All solutions are in Zig, self-contained, and use only the std library.

All solutions are in Odin, self-contained, and use only a small collection of core libraries.

The first week of solutions are in C. The second week are in Odin. Pretty much everything is self contained, the only libs I used for C are standard ones like stdio.h or string.h, likewise for Odin.