Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backendtea/advent-2019
https://github.com/backendtea/advent-2019
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/backendtea/advent-2019
- Owner: BackEndTea
- Created: 2019-12-01T20:57:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T07:53:40.000Z (about 5 years ago)
- Last Synced: 2024-11-24T19:41:28.209Z (about 2 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```