Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 253 Bytes

Advent of Code 2021

Typescript solutions to the Advent of Code 2021 puzzles. Check out https://adventofcode.com/2021.

Prerequisites

  • npm
  • node

How to

To setup your development environment:

npm install

To run the app:

npm run start