Skip to content

rromanowski-figure/aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published