Skip to content

StefGeraets/AdventOfCode2023

Repository files navigation

Initialize day puzzle

Replace {day} with the day number

pnpm init-day {day}

This wil generate a new folder in src/days including an input.txt, test.txt for the inputs and a Puzzle.ts for part 1 and 2 of the puzzle

Running test

This will run all tests with the test.txt as the input of the solutions against the expectedFirstSolution or expectedSecondSolution respectively

pnpm t

Run the puzzle

Replace {day} with the day number

pnpm dev {day}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published