8257e0a02fc271e921e2822f7cf88b9b2d34339e
Advent of Code 2025
Personal solutions for Advent of Code 2025 using Golang.
Running
General pattern to run the code is using stdin to pass the data file:
go run ./cmd/day1 < ./cmd/day1/input.txt
Description
Personal solutions for Advent of Code 2025 using Golang.
https://adventofcode.com/2025
Languages
Go
100%