Skip to content

niklasfyi/aoc-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

My solutions for Advent of Code 2025 written in Go.

Structure

Each day's solution is in its own directory:

  • dayXX/dayXX.go - Solution code
  • dayXX/input.txt - Puzzle input
  • dayXX/testinput.txt - Test input

Running

To run a specific day's solution:

cd dayXX
go run dayXX.go < ./input.txt

About

My solutions to Advent of Code 2025

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages