This repository contains my solutions for all the years of Advent of Code challenges.
Check every folder for the solutions of each year. Each folder contains a README.md
file with the instructions and the solutions for each day.
To create a new day, run the following command:
$ ./create_day.sh <year> <day>
# Example
$ ./create_day.sh 2024 1
Happy coding and good luck with Advent of Code! 🎉