malciin / aoc2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2023 solutions written in typescript

Usage

Run npm i, then you can run specific day by running

npx ts-node day01.ts
npx ts-node day02.ts
# etc