Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 471 Bytes

Advent Of Code

https://adventofcode.com/2023

Our book club at work is currently working through Kyle Simpson's You Don't Know JS, so I figured it would be fun rolling this year using vanilla JS in a NodeJS 20 cone.

Running

Each completed day is exposed by a very simple CLI taking a single argument, the day to be run. For example:

npm run start 1 # 1 being for December 1

Copyright 2023 Wesley L. Handy