Skip to content

kwhitley/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code - 2023

Getting Started

  1. Install dependencies: yarn, npm install, or pnpm install
  2. Run the dev server: yarn dev, npm run dev, or pnpm dev

Tips

  • Each day should include a JS/TS file and a .spec test file.
  • The JS/TS should output part1 and part2 functions.
  • input is automatically loaded when available, and cached locally within the project (to speed up subsequent reloads)

About

Advent of Code 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published