first commit

This commit is contained in:
2025-12-03 00:04:09 -05:00
commit b87fb99001
10 changed files with 4867 additions and 0 deletions

11
day01/notes.md Normal file
View File

@@ -0,0 +1,11 @@
## 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
```