Writing these in TS, for Bun
To get the current days task (only in December)
bun import.tsYou can run this again without it overwriting your previous index.ts, but it will update the readme (usually helpful for part 2).
You can also write bun import.ts <day> to pull a specific day if you need to for some reason (e.g you missed a day)
bun import.ts 1 # downloads day 1Nothing fancy, to run day 1 do:
bun days/01/index.tsExtrapolate for other days