An open API service indexing awesome lists of open source software.

https://github.com/masterkale/advent-of-code-2019


https://github.com/masterkale/advent-of-code-2019

Last synced: about 1 year ago
JSON representation

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
```