Hello

core/basic/hello/code/hello.php:

<?php

$name = 'Alice';
// TODO 

// Output:
//  hello Alice

Response: response/hello.php