This repository contains the solutions to the Advent of Code 2024 challenge.
Solutions are written in Python π.
Daily challenges usually have two parts, and the solutions are both written in the same file named as /solutions/YEAR_DAY.py
template.pycontains the basic structure for each day's solution file.init.pycontains automatic creation of solution file starting from template file.utils.pycontains help functions like automatic download of the input file, better print, etc.
Publish Java β¨οΈ version as well