Add puzzle description

This commit is contained in:
Tristan 2021-12-01 23:02:24 +01:00
parent b7b01909af
commit de974a9890
Signed by: trizz
GPG Key ID: 0A93DEC67165EB47

View File

@ -7,6 +7,7 @@ In this repository, you'll find my solutions.
## 🛠 Setup and running
- Run `composer install` to install the dependencies.
- Run `./aoc21 {day}` to run the solution for a specific day (for example `./aoc21 1` to run the code for day 1)
- Run `./aoc21 puzzle {day}` to get the description of the puzzle for the specific day.
- Run `composer test` to automatically validate the solutions.
## 🧩 Add a new puzzle/solution