#!/usr/bin/env php

<?php

use function Braingames\games\prime\run;

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

run();
