PHP code example of pavelsterba / advent-of-code
1. Go to this page and download the library: Download pavelsterba/advent-of-code 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/ */
pavelsterba / advent-of-code example snippets
php vendor/bin/aoc dotenv
php vendor/bin/aoc dotenv [options]
php vendor/bin/aoc input [options] [--] <day>
php vendor/bin/aoc run [options] [--] <day>