To install dependencies:
bun installTo 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)