index.php 153 B

123456
  1. <?php
  2. require_once __DIR__ . '/vendor/autoload.php';
  3. $application = new \Benchmark\Application;
  4. \Hamlet\Bootstraps\ServerBootstrap::run($application);