To run the code, first install dependencies and initialize the autoloader using composer:
composer install
When that all worked out, you can run the code like this:
# Day 9 part 1:
bin/solve 9 1
# Day 3 part 2:
bin/solve 3 2
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To run the code, first install dependencies and initialize the autoloader using composer:
composer install
When that all worked out, you can run the code like this:
# Day 9 part 1:
bin/solve 9 1
# Day 3 part 2:
bin/solve 3 2