8000 GitHub - klaascuvelier/advent-of-code-2023: Advent of Code 2023
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

klaascuvelier/advent-of-code-2023

Repository files navigation

ts-aoc-2023

Context

This repository was created for the 2023 Advent of Code puzzles using the nrlw/t-aoc-starter

Disclaimer

This repository does not reflect code I write in a professional setting. 😅

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

Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0