Working through problems for Advent of Code 2024.
Using Go
Run the following command to test a given day's problem.
go test ./day01
Run the following to run the given puzzle input for the day.
go run ./day01/main.go
Working through problems for Advent of Code 2024.
Using Go
Run the following command to test a given day's problem.
go test ./day01
Run the following to run the given puzzle input for the day.
go run ./day01/main.go