Categorygithub.com/AlexeyYurko/advent-of-code-2024
repository
0.0.0-20250221181742-cb21a1a833d6
Repository: https://github.com/alexeyyurko/advent-of-code-2024.git
Documentation: pkg.go.dev

# 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/.