Skip to content

airfortech/Advent-of-Code-2023

Repository files navigation

Advent of Code 2023 puzzles

https://adventofcode.com/2023

Running the Puzzles

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