// More to come function hello_world() { echo 'HI!'; }
// More to come
function hello_world() {
echo 'HI!';
}
hello_world();