Skip to content

dijkdev/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

To install dependencies:

bun install

To initialize a new day:

bun new-day <day>

To develop:

bun dev <day> <part>

This will run the script for the selected day, with the test.txt as input

To run:

bun start <day> <part>

This will run the script for the selected day, with the input.txt as input

By default, <day> is the current date (day of month) and <part> is 'BOTH' ('1' and '2' are the other options)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published