Skip to content

63r6o/aoc2023

Repository files navigation

🎄 Advent of code 2023

The structure of the repo:

├── dayxx.js        # solution for day xx
├── read-input.js   # a helper function to read and validate the inputs

To run day xx:

node dayxx path/to/input/file