https://github.com/balintsoos/advent-of-code-2019
:christmas_tree: Advent of Code 2019
https://github.com/balintsoos/advent-of-code-2019
advent advent-of-code advent-of-code-2019 javascript nodejs rxjs typescript
Last synced: 3 months ago
JSON representation
:christmas_tree: Advent of Code 2019
- Host: GitHub
- URL: https://github.com/balintsoos/advent-of-code-2019
- Owner: balintsoos
- License: mit
- Created: 2019-12-01T09:55:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T18:45:27.000Z (over 6 years ago)
- Last Synced: 2025-02-09T18:47:05.199Z (over 1 year ago)
- Topics: advent, advent-of-code, advent-of-code-2019, javascript, nodejs, rxjs, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com/2019
- Size: 41 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-2019
Advent of Code 2019
```
nvm install
npm install
DAY=01 PART=1 npm start
```