Skip to content

abstractvector/adventofcode-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

🚀 Quick Start

To run the challenge from a single day, use:

npm run day <day>/<challenge_number>

for example, to run the first challenge from day 1, use:

npm run day 01/1

🤖 Development

To run the challenge from a single day whenever code changes, run:

npm run watch <day>/<challenge_number>

for example, to watch the first challenge from day 1, use:

npm run watch 01/1

About

Advent of Code 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published