Skip to content

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. adventofcode.com/2025

License

Notifications You must be signed in to change notification settings

MelvinVermeer/advent-of-code-2025

Repository files navigation

Advent of Code 2025

https://adventofcode.com/2025

Run it your self

If you want to test the code, run the following commands

pnpm install
pnpm build
pnpm test

Template

Creating a new src, test and data file for a day is automated. To create a new set run call pnpm new <day>, day is optional if not provided the next day will be loaded based on previously generated files. Example:

pnpm new 2

If you provide the AdventOfCode session cookie in a .env file your daily puzzle input will automatically be populated.

Example:

session=53616c7...

About

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. adventofcode.com/2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published