No description
Find a file
2024-12-03 20:38:58 +01:00
day_01 clean up code 2024-12-03 20:35:16 +01:00
day_02 replace index-based for loop with iteration through zip 2024-12-03 19:56:04 +01:00
day_03 compile regex pattern only once 2024-12-03 20:38:58 +01:00
.gitignore initial commit 2024-11-30 06:50:38 +01:00
program.py initial commit 2024-11-30 06:50:38 +01:00
README.md initial commit 2024-11-30 06:50:38 +01:00
requirements.txt initial commit 2024-11-30 06:50:38 +01:00
test_program.py initial commit 2024-11-30 06:50:38 +01:00

Advent of Code 2024

I am participating in Advent of Code 2024.

https://adventofcode.com/2024/

Last year I dropped out on day 6, but I'm trying to complete it this year. My programming language of choice is Python, again. I haven't been programming a lot during the last four years, and my skills got very rusty.

(No, I will not aim at the leaderboards. If I don't finish a problem on the same day I will finish it later. I will be taking my sweet time if necessary.)