advent-of-code

Usage

To use, open your desired Advent of Code problem input and copy/paste the content into a respective file under inputs/<year>/day-<#>.txt then run this tool with the following:

go run main.go <year> <day> <problem>

Example

For year 2023's day 3, problem 2 run the following:

go run main.go 2023 3 2