testpage.php 38 B

1234
  1. <?php
  2. echo "Hello World!";
  3. exit(0);
  4. ?>