plaintext.php 106 B

123456
  1. <?php
  2. //
  3. // 6. Plaintext Test
  4. //
  5. header('Content-Type: text/plain; charset=utf-8');
  6. echo 'Hello, World!';