Skip to content

Tyneor/advent-of-code-2022

Repository files navigation

Commands

  • To start a new day: wake up and bash ./scripts/new-day.sh <dayIndex>
  • While solving a problem: pnpm debug day<dayIndex> -t <first|second>
  • To solve a problem once: pnpm solve <dayIndex> <puzzleIndex (1 or 2)>

Dependencies

  • typescript and @types/nodes you should know why they are there
  • nodemon an ts-node are used to have a debug mode
  • vitest is used for testing the code
  • @swc/core, @swc/helpers and regenerator-runtime are used to speed up ts-node compile time
  • z3-solver is used on day 15 as one way to solve the second part (I think it is linear programming)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published