Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 440 Bytes

advent-of-code-2023

To install dependencies:

bun install

Before running, you'll need to add in your own input.txt files to any specific days you want to run, or comment out the input.txt file reads in the solution.spec.ts files. Advent of Code request that puzzle inputs not be shared, so I have not included mine in this repo.

To run:

# Run all days
bun test

# Run a specific day
bun test src/days/01