coltoneshaw / adventofcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Solutions for Advent of Code 2022 - https://adventofcode.com/.

Getting Started

  1. Install all dependencies with yarn install
  2. Run the tests yarn test to confirm the solutions.
  3. Run a specific file with yarn runDay [file path] or npx ts-node.

About


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%