Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/backendtea/advent-2019


https://github.com/backendtea/advent-2019

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent 2019

My (somewhat overengineered) solutions for Advent of code 2019.

## Usage

First:

```bash
$ composer install
```

Then run

```bash
$ ./console
```

To get the answer for all days. Add a number to run the challenges for that day e.g.

```bash
$ ./console 1
```