Files
advent-of-code-2025/README.md
Mindaugas Bernotas 45c42e3440 Update README.md
Document `-debug` flag.
2025-12-06 13:42:53 +02:00

290 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 ./day1 < ./day1/input.txt

Majority of solutions support -debug flag.