Advent of Code 2024
Languages used:
C (plain old C)
Javascript
Advent of code is an annual Christmas-themed coding challenge that poses problems to be solved with code. An original two-part challenge is released each day starting December 1st.
I am not doing this to be competitive, I have not programmed much this year so this is something to do to get back into it.
Status:
Day 1 parts 1 and 2 complete and correct
Day 2 parts 1 correct.
Day 3 parts 1 and 2 complete and correct. Used Javascript since I am familiar with Javascript style regex.
Day 4 parts 1 and 2 complete
skipped day 5 (for now)
Day 6 part 1 complete
Day 7 part 1 complete