repository
0.0.0-20241207113716-810ba439d3d4
Repository: https://github.com/gwilczynski/adventofcode.git
Documentation: pkg.go.dev
# README
Advent of Code 2024 🎄
Welcome to my Advent of Code 2024 repository! This is where I will be sharing my solutions to the daily coding challenges of Advent of Code.
Run
go run cmd/adventofcode/main.go
Run tests
go test ./...