Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 728 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 728 Bytes

Advent of Code 2023

https://adventofcode.com/2023

Run it your self

If you want to test the code, run the following commands

yarn install
yarn build
yarn test

Debugging a single test

Enure only your test is run (by renaming it to fit), and then use F5 (Run and Debug) in your editor. The launch.json is configured so that only the current open test is passed to Jest.

Template

Creating a new src, test and data file for a day is automated. To create a new set run call yarn new <challenge>. Example:

yarn new "Sonar Sweep"

If you provide the AdventOfCode session cookie in a .env file your daily puzzle input will automatically be populated.

Example:

session=53616c7...