master
#!/usr/bin/env php <?php use function BrainGames\games\calc\calcGame; require_once __DIR__ . '/../vendor/autoload.php'; calcGame();