solutions written in TypeScript, project built using Bun
bun installTo scaffold today's challenge:
# today's challenge
bun scaffold
# another day
bun scaffold <day number>To run challenges:
# today's challenge with real data
bun today
# another day's challenge
bun day <day number>
All challenges can be run with test data instead, just pass test as an argument, e.g.
bun today test