# Packages
No description provided by the author
# README
Advent of Code 2024
To Run
Use the following command to run the program for a specific day:
go run cmd/main.go -day <number_of_day> # Replace <number_of_day> with the actual day number (1-25)
Input Files
Make sure to copy input.txt
for each day into the relevant folder under cmd/
.