https://github.com/backendtea/advent-2019
https://github.com/backendtea/advent-2019
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backendtea/advent-2019
- Owner: BackEndTea
- Created: 2019-12-01T20:57:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T07:53:40.000Z (over 6 years ago)
- Last Synced: 2025-10-07T22:46:51.291Z (8 months ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- 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
```