<?php

ob_start();

echo "Olá mundo";

header('content-type: text/plain;');