Skip to content

caiangums/aoc-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄Advent of Code 2025

Solutions for Advent of Code 2025 with JS

Usage

Dependencies:

Tools:

Install dependencies

yarn

Creating Solutions

Solutions can be created with the yarn solution script passing the number of the day as two-digit:

yarn solution 01

The puzzle inputs are unique per user and not going to be tracked. Update your input.in file with your input from Advent of Code website.

Running

Run and see solutions

yarn solve

Run tests (wth Jest)

yarn test

Lint code

yarn lint

Credits

This project was created with this 🎄AoC template

About

🎄 Advent of Code Solutions for 2025

Topics

Resources

Stars

Watchers

Forks