Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1013 Bytes

File metadata and controls

53 lines (34 loc) · 1013 Bytes

GitHub go.mod Go version Go Report Card

advent2025

Advent of Code 2025

Instructions

Compiling the code

cd ./cmd/<dayxx>
go build

Days of Advent

To run each day use:

./day[01-12] -part a -file input
./day[01-12] -part b -file input

unless specified differently below

Day 1 - Secret Entrance

Day 2 - Gift Shop

Day 3 - Lobby

Day 4 - Printing Department

Day 5 - Cafeteria

Day 6 - Trash Compactor

Day 7 -

Day 8 -

Day 9 -

Day 10 -

Day 11 -

Day 12 -