Advent of code challenges for 2023
You must have the following installed
- Go
- Make
To run the solution for each day
make run DAY=1 PART=1
where the argument DAY determines solution for which day should be run. Before running solution for that day, the relevant go file in /cmd
and input data in /input
should be there