Jameskmonger / aoc2023

aoc 2023 solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

aoc 2023 solutions


Languages

Language:TypeScript 100.0%