<?php // // 6. Plaintext Test // function main() { header('Content-Type: text/plain; charset=utf-8'); echo 'Hello, World!'; } main();