/aoc-2023

Advent of Code 2023

Primary LanguageTypeScript

Advent of Code 2023

Bun with Typescript Edition

Setup

  1. Install bun: curl -fsSL https://bun.sh/install | bash
  2. Verify bun -v # 1.0.14
  3. Say hi: bun run welcome

Bootstrap

  1. Run bun run day -- 02 "New Elf Mission"

Testing

  1. Run bun test src to validate examples (and skip template folder)
  2. Run bun start to run all parts for today
  3. Run bun day 01.1 to run specified day and (optional) part, or use AOC_DAY=01.1 bun start