Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 265 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 265 Bytes

Advent of Code

My attenpts to the advent of code challenges.

To run, run:

gh repo clone AlenSaito1/Advent-of-Code 
# git clone https://github.com/AlenSaito1/Advent-of-Code.git
cd Advent-of-Code
npm ci
npm run aoc <day>

E.g.

npm run aoc 01