https://github.com/sebj54/adventofcode-2021
Advent of code 2021 solutions
https://github.com/sebj54/adventofcode-2021
adventofcode adventofcode2021 node nodejs
Last synced: about 1 year ago
JSON representation
Advent of code 2021 solutions
- Host: GitHub
- URL: https://github.com/sebj54/adventofcode-2021
- Owner: sebj54
- Created: 2021-12-10T11:24:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T10:52:06.000Z (over 4 years ago)
- Last Synced: 2025-01-04T20:23:31.151Z (about 1 year ago)
- Topics: adventofcode, adventofcode2021, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2021 solutions
This project is built with Node JS. Be sure to use latest LTS (16.13.1 as of writing).
To run a solution for a specific day, navigate to the directory, then run:
```
node index.js
```