script.php 56 B

123456
  1. #!/usr/bin/env php
  2. <?php
  3. print("Hello World");
  4. ?>