cli 111 B

1234567
  1. #!/usr/bin/env php
  2. <?php
  3. declare(strict_types=1);
  4. $run = require __DIR__ . '/../config/run.php';
  5. $run(true);