KelvinCoding / aoc-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 Solutions

This my personal solutions to Advent of Code 2022 written in typescript, ran via vitest.

Getting Started

This project uses volta as the node version manager, ran against node 18 and npm 9

# install typescript and vitest (and node types)
npm ci

# runs the solutions
npm test 

About


Languages

Language:TypeScript 100.0%