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

$application = require __DIR__.'/../src/bootstrap.php';
$application->run();

__halt_compiler();
