https://github.com/masterkale/advent-of-code-2019
https://github.com/masterkale/advent-of-code-2019
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterkale/advent-of-code-2019
- Owner: MasterKale
- Created: 2019-12-03T14:47:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T15:55:40.000Z (over 6 years ago)
- Last Synced: 2025-02-05T13:48:19.866Z (over 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019 🎅🎁🎄
Completed exercises for [Advent of Code 2019](https://adventofcode.com/2019).
## Requirements
- Node v12.13.0
## Development
Run the following to install dependencies:
```
$> npm install
```
### Running code
The `ts-node` package can be used to execute any of the TypeScript files:
```
$> npx ts-node day1.ts
```