/aoc2023

aoc 2023 solutions

Primary LanguageTypeScript

aoc2023

Advent of Code 2023 solutions in TypeScript

Running

npm ci

# run "day 3 part a" with example input
npx ts-node ./src/03/a.ts

# run "day 2 part b" with real input
AOC_INPUT=real npx ts-node ./src/02/b.ts