#!/usr/bin/env php

<?php

use function Braingames\games\calc\run;

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

run();
