Update README.md

This commit is contained in:
2025-12-03 23:02:00 +02:00
parent 600b41ba7a
commit 1d458af093

View File

@@ -0,0 +1,12 @@
# 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 ./cmd/day1 < ./cmd/day1/input.txt
```