#!/usr/bin/env php
<?php

require_once __DIR__ .'/../src/bootstrap.php';

use function BrainGames\Games\Progression\run;

run();
