Table of contents
βοΈ It is christmas soon again, probably my favorite time of the year. This is my third year doing AOC, and I'm (hopefully) improving every year. Maybe at some point i will finally be able to finish all days.
My goals for AOC 2024 are:
- β Try out new languages or languages that I briefly used before (Rust, Zig, Odin, Elixir...)
- π Practice/revise languages i already know
- π Learn dynamic programming
Day | Part 1 | Part 2 | Language |
---|---|---|---|
01 | C | ||
02 | Rust | ||
03 | Rust | ||
04 | Rust | ||
05 | Rust | ||
06 | V | ||
07 | Hare | ||
08 | Hare | ||
09 | Hare | ||
10 | Hare | ||
11 | C3 | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - |
$ git clone https://github.com/LordOfTrident/aoc-2024
$ cd days/DAY
$ make PART
Note
Substitute DAY
for a day from the table of days and PART
for either part1
or part2