/adventofcode

Advent of Code - Programming Puzzles

Primary LanguagePython

Advent of Code

This repository contains solutions for Advent of Code.

Languages

  • Most solutions are written in Python
  • Additional solutions in C++ and Typescript

C++

  • cd to 2022/cpp
  • cd into day X
  • run ./run.sh

Typescript

  • cd to 2022/ts
  • run pnpm install
  • run pnpm run dev