# 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/example.txt ``` Majority of solutions support `-debug` flag.