Skip to content

rrooding/advent-of-code-2023

Repository files navigation

Advent of Code 2023

Running the Puzzles

Copy and paste the sample data given in the problem into the day-X-a.sample-data.txt file.

Copy and paste your larger unique actual data set into the day-X-a.data.txt file.

Add your solution to the day-X-a.ts file.

To run your solution against your sample data set, run the following command:

nx day-1-a --data=sample

or

pnpm run day-1-a:sample

To run your solution against your actual data set, run the following command:

nx day-1-a

or

pnpm run day-1-a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published