PHP code example of sycu / task-solver

1. Go to this page and download the library: Download sycu/task-solver library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

sycu / task-solver example snippets

shell
php solve [FILTER] [OPTIONS]
shell
php solve
php solve Day5
php solve "Day[0-9]{1,2}B"
php solve "Day[3-6]B" solutions
shell
php generate KEY
shell
php generate Day12A