Categorygithub.com/lpappalettera/advent-of-code-2024
repository
0.0.0-20241223073811-e81611616d48
Repository: https://github.com/lpappalettera/advent-of-code-2024.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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