cullylarson / advent-code-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

https://adventofcode.com/2023

Run a puzzle

npm install
cd day-01
node part-1.js

Run all puzzles

npm install
npm run test:days

About


Languages

Language:JavaScript 100.0%