Skip to content

This repository contains the solutions to the Advent of Code 2024 challenge

Notifications You must be signed in to change notification settings

gregalletti/Advent-of-Code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

🎄🎄 Advent of Code 🎄🎄

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.py contains the basic structure for each day's solution file.
  • init.py contains automatic creation of solution file starting from template file.
  • utils.py contains help functions like automatic download of the input file, better print, etc.

TODO

Publish Java ♨️ version as well

About

This repository contains the solutions to the Advent of Code 2024 challenge

Resources

Stars

Watchers

Forks

Languages