Skip to content

Latest commit

 

History

History
98 lines (89 loc) · 7.95 KB

README.md

File metadata and controls

98 lines (89 loc) · 7.95 KB

License Contributors Stars Issues Pull requests


🎄 Advent of Code 2024 🎁

My AOC 2024 solutions

adventofcode.com/2024


Table of contents

Introduction

❄️ 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.

Goals

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

Table of the days

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 C3
13 C3
14 C3
15 -
16 -
17 -
18 -
19 -
20 -
21 -
22 -
23 -
24 -
25 -

Quickstart

$ 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



AOC

Made with ❤️ love for 🎄🎁⛄

(Back to top)