Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 246 Bytes

File metadata and controls

15 lines (11 loc) · 246 Bytes

aoc-2020

Advent of Code 2020

Scripts:

Build source

npm run build

Run a part

npm start [day] [part]

Build and run a part

npm run day [day] [part]

Generate new part source file

npm run generate [day] [part]