index.php 59 B

12345
  1. <?php
  2. require 'vendor/autoload.php';
  3. echo "Hello!\n";
  4. ?>