https://github.com/nuclearredeye/adventofcode2021
My solutions for the Advent of Code 2021 programming puzzles
https://github.com/nuclearredeye/adventofcode2021
advent-of-code-2021 typescript
Last synced: 7 days ago
JSON representation
My solutions for the Advent of Code 2021 programming puzzles
- Host: GitHub
- URL: https://github.com/nuclearredeye/adventofcode2021
- Owner: NuclearRedeye
- License: mit
- Created: 2021-12-01T18:11:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T17:36:01.000Z (over 4 years ago)
- Last Synced: 2025-02-28T22:19:54.125Z (over 1 year ago)
- Topics: advent-of-code-2021, typescript
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021
My solutions for the [Advent of Code 2021](https://adventofcode.com/2021) programming puzzles.
## Prerequisites
* You have a Linux, OSX or Windows machine.
* You have installed version 14.x or greater of [Node.js](https://nodejs.org/en/).
## Quick Start
You can build the project using...
```
npm install
npm build
```
And you can run the project using...
```
npm run start
```
## License
Licensed under [MIT](https://choosealicense.com/licenses/mit/).