Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.39 KB

🎄🎁 Advent of Code 2024! 🎁🎄

Currently using my own compiler to complete these challenges. It is based off holyc by Terry A. Davis!

There might be splatterings of other languages but for most of the years the code is mostly c

Day PT1 PT2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Building 🎅🏻

For the less esoteric languages a c compiler will suffice

Previous years