Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 562 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 562 Bytes

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.