Files
advent-of-code-2025/README.md
T

2.1 KiB

Advent of Code 2025

This repository contains my solutions for the Advent of Code 2025 challenges.

Languages

I am using Go for this year's challenge again.

Structure

Each day's solution is contained in a separate package.

Prerequisite

Running the Solutions

![TODO]: Update with instructions

Challenges

Day Problem Solution Notes
01 Problem Solution Part 1 seemed straight forward enough.
02 Problem Solution
03 Problem Solution
04 Problem Solution
05 Problem Solution
06 Problem Solution
07 Problem Solution
08 Problem Solution
09 Problem Solution
10 Problem Solution
11 Problem Solution
12 Problem Solution