Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 325 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 325 Bytes

Advent of Code 2024

Working through problems for Advent of Code 2024.

Using Go

Running

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