This repository contains solutions for Advent of Code.
- Most solutions are written in Python
- Additional solutions in C++ and Typescript
- cd to
2022/cpp
- cd into day X
- run
./run.sh
- cd to
2022/ts
- run
pnpm install
- run
pnpm run dev
This repository contains solutions for Advent of Code.
2022/cpp
./run.sh
2022/ts
pnpm install
pnpm run dev