Files
aoc-2025/day01/notes.md
2025-12-03 00:04:09 -05:00

12 lines
162 B
Markdown

## Day 1: Secret Entrance
This was fun, took about 90 minutes to get first two solutions (in JS).
### JS Solutions
```
cd js
node day01a.js
node day01b.js
```