Bun with Typescript Edition
- Install bun:
curl -fsSL https://bun.sh/install | bash
- Verify
bun -v # 1.0.14
- Say hi:
bun run welcome
- Run
bun run day -- 02 "New Elf Mission"
- Run
bun test src
to validate examples (and skip template folder) - Run
bun start
to run all parts for today - Run
bun day 01.1
to run specified day and (optional) part, or useAOC_DAY=01.1 bun start