12 lines
162 B
Markdown
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
|
|
```
|