Files
advent-of-code-2025/README.md
2025-12-03 23:02:28 +02:00

252 B

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