Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3b4s/advent-of-code-2019
https://github.com/s3b4s/advent-of-code-2019
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s3b4s/advent-of-code-2019
- Owner: S3B4S
- Created: 2019-12-12T00:49:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:56:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T10:06:57.066Z (almost 2 years ago)
- Language: JavaScript
- Size: 845 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019
My attempts at tackling the challenges of [this years Advent of Code](https://adventofcode.com/2019)! :)
## Set up locally
1. Clone the repository
```
$ git clone https://github.com/S3B4S/advent-of-code-2019.git
```
2. Run `npm i`Note, I've only run the challenges in Node 13.3.
## Run solutions
The solutions have been created locally and run in Node 13.3.
At the root of the project, run the command
```
$ node
```
for example
```
$ node day-01
```
will run the submission to the challenge of the first day.