Skip to content

joshfarrant/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published