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

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

use function BrainGames\Games\Even\run;

run();
