Files
advent-of-code-2025/README.md
Mindaugas Bernotas be1a8ebb3c Update README.md
Document `-debug` flag.
2025-12-03 23:07:51 +02:00

15 lines
290 B
Markdown

# Advent of Code 2025
Personal solutions for [Advent of Code 2025](https://adventofcode.com/2025)
using Golang.
## Running
General pattern to run the code is using **stdin** to pass the data file:
```sh
go run ./day1 < ./day1/input.txt
```
Majority of solutions support `-debug` flag.