2025-12-08 21:55:03 +02:00
2025-12-06 13:39:03 +02:00
2025-12-06 13:39:03 +02:00
2025-12-06 13:39:03 +02:00
2025-12-06 13:43:17 +02:00
2025-12-06 16:50:12 +02:00
2025-12-06 21:42:43 +02:00
2025-12-07 14:18:52 +02:00
2025-12-08 21:55:03 +02:00
2025-12-06 13:35:40 +02:00
2025-12-06 13:43:01 +02:00
2025-12-06 13:35:40 +02:00
2025-12-06 13:55:07 +02:00

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/example.txt

Majority of solutions support -debug flag.

Description
Personal solutions for Advent of Code 2025 using Golang.
https://adventofcode.com/2025
Readme 64 KiB
Languages
Go 100%