joshpierce / adventofcode-2021

Puzzle solutions for Advent of Code 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

This repo contains my solves for the 2021 advent of code.

To run the solutions, clone the repo and run the following commands:

npm install

npm run start -- -day=1

About

Puzzle solutions for Advent of Code 2021.


Languages

Language:TypeScript 100.0%