Skip to content

raahede/adventofcode-2023

Repository files navigation

adventofcode-2023

Setup

yarn

Solve a puzzle

# Dec 1, part A
npx tsx src/1/a

# Dec 2, part B
npx tsx src/2/b

Run/watch unit tests

yarn test

Run tests on specific path

yarn test src/2

Run tests on specific function

yarn test -t getNumbersFromString

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published